aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/driver-api
diff options
context:
space:
mode:
authorRandy Dunlap <rdunlap@infradead.org>2020-07-04 05:44:55 +0200
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>2020-11-27 13:02:46 +0100
commit3cf80a75e16a1146645b869a579748e945da6c42 (patch)
treeb3d6a3c6700909289f55eece03161a911d5307ad /Documentation/driver-api
parentmedia: Documentation/driver-api: media/v4l2-controls: drop doubled words (diff)
downloadlinux-dev-3cf80a75e16a1146645b869a579748e945da6c42.tar.xz
linux-dev-3cf80a75e16a1146645b869a579748e945da6c42.zip
media: Documentation/driver-api: media/v4l2-dev: drop doubled word
Drop the doubled word "device". 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>
Diffstat (limited to 'Documentation/driver-api')
-rw-r--r--Documentation/driver-api/media/v4l2-dev.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/driver-api/media/v4l2-dev.rst b/Documentation/driver-api/media/v4l2-dev.rst
index 666330af31ed..99e3b5fa7444 100644
--- a/Documentation/driver-api/media/v4l2-dev.rst
+++ b/Documentation/driver-api/media/v4l2-dev.rst
@@ -212,7 +212,7 @@ types exist:
========================== ==================== ==============================
The last argument gives you a certain amount of control over the device
-device node number used (i.e. the X in ``videoX``). Normally you will pass -1
+node number used (i.e. the X in ``videoX``). Normally you will pass -1
to let the v4l2 framework pick the first free number. But sometimes users
want to select a specific node number. It is common that drivers allow
the user to select a specific device node number through a driver module