Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

media: Documentation: userspace-api/media: v4l/vidioc-g-output: drop doubled word

Drop the doubled word "standard.".

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: linux-doc@vger.kernel.org
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>

authored by

Randy Dunlap and committed by
Mauro Carvalho Chehab
650ddad3 33bbc0b3

+1 -1
+1 -1
Documentation/userspace-api/media/v4l/vidioc-g-output.rst
··· 46 46 output in an integer and call the :ref:`VIDIOC_S_OUTPUT <VIDIOC_G_OUTPUT>` ioctl with a 47 47 pointer to this integer. Side effects are possible. For example outputs 48 48 may support different video standards, so the driver may implicitly 49 - switch the current standard. standard. Because of these possible side 49 + switch the current standard. Because of these possible side 50 50 effects applications must select an output before querying or 51 51 negotiating any other parameters. 52 52