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

[media] docs-rst: fix some .. note:: occurrences

On some places, either an space or the second ':' is missing.

Fix them.

Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>

+5 -5
+1 -1
Documentation/media/uapi/dvb/examples.rst
··· 9 9 In this section we would like to present some examples for using the DVB 10 10 API. 11 11 12 - ..note:: 12 + .. note:: 13 13 14 14 This section is out of date, and the code below won't even 15 15 compile. Please refer to the
+1 -1
Documentation/media/uapi/v4l/dev-output.rst
··· 16 16 ``/dev/video`` is typically a symbolic link to the preferred video 17 17 device. 18 18 19 - ..note:: The same device file names are used also for video capture devices. 19 + .. note:: The same device file names are used also for video capture devices. 20 20 21 21 22 22 Querying Capabilities
+1 -1
Documentation/media/uapi/v4l/pixfmt-sbggr16.rst
··· 17 17 has a depth of 16 bits. The least significant byte is stored at lower 18 18 memory addresses (little-endian). 19 19 20 - ..note:: 20 + .. note:: 21 21 22 22 The actual sampling precision may be lower than 16 bits, 23 23 for example 10 bits per pixel with values in tange 0 to 1023.
+1 -1
Documentation/media/uapi/v4l/standard.rst
··· 41 41 *received* standard can be sensed with the 42 42 :ref:`VIDIOC_QUERYSTD` ioctl. 43 43 44 - ..note:: 44 + .. note:: 45 45 46 46 The parameter of all these ioctls is a pointer to a 47 47 :ref:`v4l2_std_id <v4l2-std-id>` type (a standard set), *not* an
+1 -1
Documentation/media/v4l-drivers/zr364xx.rst
··· 5 5 6 6 mail: royale@zerezo.com 7 7 8 - .. note: 8 + .. note:: 9 9 10 10 This documentation is outdated 11 11