diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-09-03 05:10:44 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-09-05 06:29:03 -0400 |
commit | 5a93bb931ea67fa7bbe87413d73f89ffd7adf5b3 (patch) | |
tree | 8664f093d5f0b3886be0e552227909bf25d14b7d /Documentation/media | |
parent | 91dd89bbbb87e970f6873ba695c7096a55d29ed6 (diff) | |
download | op-kernel-dev-5a93bb931ea67fa7bbe87413d73f89ffd7adf5b3.zip op-kernel-dev-5a93bb931ea67fa7bbe87413d73f89ffd7adf5b3.tar.gz |
media: format.rst: use the right markup for important notes
There's an important note there, but it is not using the
ReST markup. So, it doesn't get any visual highlight on
the output.
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'Documentation/media')
-rw-r--r-- | Documentation/media/uapi/v4l/format.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/media/uapi/v4l/format.rst b/Documentation/media/uapi/v4l/format.rst index 452c6d5..3e3efb0 100644 --- a/Documentation/media/uapi/v4l/format.rst +++ b/Documentation/media/uapi/v4l/format.rst @@ -78,7 +78,7 @@ output devices is available. [#f1]_ The :ref:`VIDIOC_ENUM_FMT` ioctl must be supported by all drivers exchanging image data with applications. - **Important** +.. important:: Drivers are not supposed to convert image formats in kernel space. They must enumerate only formats directly supported by the hardware. |