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

media: Documentation/driver-api: media/v4l2-controls: drop doubled words

Drop the doubled words "type" and "the".

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
eeee0dfd fe209bf5

+2 -2
+2 -2
Documentation/driver-api/media/v4l2-controls.rst
··· 335 335 union v4l2_ctrl_ptr p_new; 336 336 union v4l2_ctrl_ptr p_cur; 337 337 338 - If the control has a simple s32 type type, then: 338 + If the control has a simple s32 type, then: 339 339 340 340 .. code-block:: c 341 341 ··· 349 349 themselves. The p_char pointers point to character buffers of length 350 350 ctrl->maximum + 1, and are always 0-terminated. 351 351 352 - Unless the control is marked volatile the p_cur field points to the the 352 + Unless the control is marked volatile the p_cur field points to the 353 353 current cached control value. When you create a new control this value is made 354 354 identical to the default value. After calling v4l2_ctrl_handler_setup() this 355 355 value is passed to the hardware. It is generally a good idea to call this