From: Randy Dunlap Date: Sat, 4 Jul 2020 03:44:55 +0000 (+0200) Subject: media: Documentation/driver-api: media/v4l2-dev: drop doubled word X-Git-Tag: accepted/tizen/unified/20230118.172025~8355^2~209 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3cf80a75e16a1146645b869a579748e945da6c42;p=platform%2Fkernel%2Flinux-rpi.git media: Documentation/driver-api: media/v4l2-dev: drop doubled word Drop the doubled word "device". Signed-off-by: Randy Dunlap Cc: Jonathan Corbet Cc: linux-doc@vger.kernel.org Signed-off-by: Mauro Carvalho Chehab --- diff --git a/Documentation/driver-api/media/v4l2-dev.rst b/Documentation/driver-api/media/v4l2-dev.rst index 666330a..99e3b5f 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