Linux Media Controller development
 help / color / mirror / Atom feed
* [PATCH 1/5] docs: fix typos in userspace api documentation
@ 2026-05-08 16:37 Adrien Reynard
  2026-05-09 14:30 ` [PATCH v2 1/4] docs: fix repeated word 'that' in userspace-api documentation Adrien Reynard
  0 siblings, 1 reply; 2+ messages in thread
From: Adrien Reynard @ 2026-05-08 16:37 UTC (permalink / raw)
  To: Mauro Carvalho Chehab,
	open list:MEDIA INPUT INFRASTRUCTURE (V4L/DVB), open list
  Cc: Adrien Reynard

Signed-off-by: Adrien Reynard <reynard.adrien.08@gmail.com>
---
 Documentation/userspace-api/media/v4l/vidioc-g-ext-ctrls.rst    | 2 +-
 .../userspace-api/media/v4l/vidioc-subscribe-event.rst          | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/userspace-api/media/v4l/vidioc-g-ext-ctrls.rst b/Documentation/userspace-api/media/v4l/vidioc-g-ext-ctrls.rst
index b8698b85bd80..8d5db414f8fa 100644
--- a/Documentation/userspace-api/media/v4l/vidioc-g-ext-ctrls.rst
+++ b/Documentation/userspace-api/media/v4l/vidioc-g-ext-ctrls.rst
@@ -64,7 +64,7 @@ should re-allocate the memory to this new size and try again. For the
 string type it is possible that the same issue occurs again if the
 string has grown in the meantime. It is recommended to call
 :ref:`VIDIOC_QUERYCTRL` first and use
-``maximum``\ +1 as the new ``size`` value. It is guaranteed that that is
+``maximum``\ +1 as the new ``size`` value. It is guaranteed that is
 sufficient memory.
 
 N-dimensional arrays are set and retrieved row-by-row. You cannot set a
diff --git a/Documentation/userspace-api/media/v4l/vidioc-subscribe-event.rst b/Documentation/userspace-api/media/v4l/vidioc-subscribe-event.rst
index a6fc3c5fe99d..845a90573e54 100644
--- a/Documentation/userspace-api/media/v4l/vidioc-subscribe-event.rst
+++ b/Documentation/userspace-api/media/v4l/vidioc-subscribe-event.rst
@@ -94,7 +94,7 @@ using the :ref:`VIDIOC_DQEVENT` ioctl.
 	a V4L2_EVENT_CTRL to be sent back to that same filehandle.
 	Normally such events are suppressed to prevent feedback loops
 	where an application changes a control to a one value and then
-	another, and then receives an event telling it that that control
+	another, and then receives an event telling it that control
 	has changed to the first value.
 
 	Since it can't tell whether that event was caused by another
-- 
2.54.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [PATCH v2 1/4] docs: fix repeated word 'that' in userspace-api documentation
  2026-05-08 16:37 [PATCH 1/5] docs: fix typos in userspace api documentation Adrien Reynard
@ 2026-05-09 14:30 ` Adrien Reynard
  0 siblings, 0 replies; 2+ messages in thread
From: Adrien Reynard @ 2026-05-09 14:30 UTC (permalink / raw)
  To: mchehab; +Cc: linux-media, linux-kernel, Adrien Reynard

Remove duplicated word 'that' in two places in the V4L2
documentation files vidioc-g-ext-ctrls.rst and
vidioc-subscribe-event.rst.

Signed-off-by: Adrien Reynard <reynard.adrien.08@gmail.com>
---
 Documentation/userspace-api/media/v4l/vidioc-g-ext-ctrls.rst    | 2 +-
 .../userspace-api/media/v4l/vidioc-subscribe-event.rst          | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/userspace-api/media/v4l/vidioc-g-ext-ctrls.rst b/Documentation/userspace-api/media/v4l/vidioc-g-ext-ctrls.rst
index b8698b85bd80..8d5db414f8fa 100644
--- a/Documentation/userspace-api/media/v4l/vidioc-g-ext-ctrls.rst
+++ b/Documentation/userspace-api/media/v4l/vidioc-g-ext-ctrls.rst
@@ -64,7 +64,7 @@ should re-allocate the memory to this new size and try again. For the
 string type it is possible that the same issue occurs again if the
 string has grown in the meantime. It is recommended to call
 :ref:`VIDIOC_QUERYCTRL` first and use
-``maximum``\ +1 as the new ``size`` value. It is guaranteed that that is
+``maximum``\ +1 as the new ``size`` value. It is guaranteed that is
 sufficient memory.
 
 N-dimensional arrays are set and retrieved row-by-row. You cannot set a
diff --git a/Documentation/userspace-api/media/v4l/vidioc-subscribe-event.rst b/Documentation/userspace-api/media/v4l/vidioc-subscribe-event.rst
index a6fc3c5fe99d..845a90573e54 100644
--- a/Documentation/userspace-api/media/v4l/vidioc-subscribe-event.rst
+++ b/Documentation/userspace-api/media/v4l/vidioc-subscribe-event.rst
@@ -94,7 +94,7 @@ using the :ref:`VIDIOC_DQEVENT` ioctl.
 	a V4L2_EVENT_CTRL to be sent back to that same filehandle.
 	Normally such events are suppressed to prevent feedback loops
 	where an application changes a control to a one value and then
-	another, and then receives an event telling it that that control
+	another, and then receives an event telling it that control
 	has changed to the first value.
 
 	Since it can't tell whether that event was caused by another
-- 
2.54.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-05-09 14:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-08 16:37 [PATCH 1/5] docs: fix typos in userspace api documentation Adrien Reynard
2026-05-09 14:30 ` [PATCH v2 1/4] docs: fix repeated word 'that' in userspace-api documentation Adrien Reynard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox