diff mbox series

media: Documentation: dev-subdev: Fix sentence conjunction

Message ID 20240412092836.69031-1-umang.jain@ideasonboard.com
State New
Headers show
Series media: Documentation: dev-subdev: Fix sentence conjunction | expand

Commit Message

Umang Jain April 12, 2024, 9:28 a.m. UTC
Fix sentence conjunction in the streams and routes section.

Signed-off-by: Umang Jain <umang.jain@ideasonboard.com>
---
 Documentation/userspace-api/media/v4l/dev-subdev.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/Documentation/userspace-api/media/v4l/dev-subdev.rst b/Documentation/userspace-api/media/v4l/dev-subdev.rst
index 43988516acdd..7f6620cbdf78 100644
--- a/Documentation/userspace-api/media/v4l/dev-subdev.rst
+++ b/Documentation/userspace-api/media/v4l/dev-subdev.rst
@@ -561,7 +561,7 @@  selections. The order of configuring formats and selections along a stream is
 the same as without streams (see :ref:`format-propagation`).
 
 Instead of the sub-device wide merging of streams from all sink pads
-towards all source pads, data flows for each route are separate from each
+towards all source pads, data flows for each route that are separate from each
 other. Any number of routes from streams on sink pads towards streams on
 source pads is allowed, to the extent supported by drivers. For every
 stream on a source pad, however, only a single route is allowed.