diff options
| author | Tomi Valkeinen <[email protected]> | 2023-03-02 09:57:46 +0000 |
|---|---|---|
| committer | Mauro Carvalho Chehab <[email protected]> | 2023-03-19 23:37:25 +0000 |
| commit | a50ee4afc77e4df14bc146e03b3fa28daeec14a9 (patch) | |
| tree | 69d2051d3b8ae4491ed584331050f8f548a27703 /drivers/media/v4l2-core/v4l2-subdev.c | |
| parent | media: i2c: st-vgxy61: Use VGXY61_NB_POLARITIES instead of hardcoded value in... (diff) | |
| download | kernel-a50ee4afc77e4df14bc146e03b3fa28daeec14a9.tar.gz kernel-a50ee4afc77e4df14bc146e03b3fa28daeec14a9.zip | |
media: subdev: Use 'shall' instead of 'may' in route validation
Route validation docs use the word 'may'. Change that to 'shall' for
emphasis.
Signed-off-by: Tomi Valkeinen <[email protected]>
Reviewed-by: Jacopo Mondi <[email protected]>
Signed-off-by: Sakari Ailus <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Diffstat (limited to 'drivers/media/v4l2-core/v4l2-subdev.c')
| -rw-r--r-- | drivers/media/v4l2-core/v4l2-subdev.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/v4l2-core/v4l2-subdev.c b/drivers/media/v4l2-core/v4l2-subdev.c index c7154a7f696a..4c309207c8bd 100644 --- a/drivers/media/v4l2-core/v4l2-subdev.c +++ b/drivers/media/v4l2-core/v4l2-subdev.c @@ -1738,7 +1738,7 @@ int v4l2_subdev_routing_validate(struct v4l2_subdev *sd, /* * V4L2_SUBDEV_ROUTING_NO_STREAM_MIX: Streams on the same pad - * may not be routed to streams on different pads. + * shall not be routed to streams on different pads. */ if (disallow & V4L2_SUBDEV_ROUTING_NO_STREAM_MIX) { if (remote_pads[route->sink_pad] != U32_MAX && |
