Skip to content

Commit 95e802a

Browse files
pinchartlHans Verkuil
authored andcommitted
media: docs: uAPI: Fix documentation of 'which' field for routing ioctls
The routing ioctls documentation incorrectly describes the 'which' field, due to a bad copy & paste. Fix it. Fixes: ea73eda ("media: Documentation: Add GS_ROUTING documentation") Signed-off-by: Laurent Pinchart <[email protected]> Signed-off-by: Hans Verkuil <[email protected]>
1 parent a5113ac commit 95e802a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/userspace-api/media/v4l/vidioc-subdev-g-routing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ On a successful ``VIDIOC_SUBDEV_G_ROUTING`` call the driver updates the
7272

7373
* - __u32
7474
- ``which``
75-
- Format to modified, from enum
75+
- Routing table to be accessed, from enum
7676
:ref:`v4l2_subdev_format_whence <v4l2-subdev-format-whence>`.
7777
* - struct :c:type:`v4l2_subdev_route`
7878
- ``routes[]``

0 commit comments

Comments
 (0)