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

media: docs: cpia2.rst: do some cleanups

Do some cleanups at the document in order to mark two
literal blocks as such.

While here, simplify two block markups, using the less
verbose option (::).

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>

+3 -7
+3 -7
Documentation/admin-guide/media/cpia2.rst
··· 51 51 Setup 52 52 ~~~~~ 53 53 54 - Use 'modprobe cpia2' to load and 'modprobe -r cpia2' to unload. This 54 + Use ``modprobe cpia2`` to load and ``modprobe -r cpia2`` to unload. This 55 55 may be done automatically by your distribution. 56 56 57 57 Driver options ··· 79 79 ~~~~~~~~~~~~~~~~~~~ 80 80 81 81 If you are using modules, edit /etc/modules.conf and add an options 82 - line like this: 83 - 84 - .. code-block:: none 82 + line like this:: 85 83 86 84 options cpia2 num_buffers=3 buffer_size=65535 87 85 88 86 If the driver is compiled into the kernel, at boot time specify them 89 - like this: 90 - 91 - .. code-block:: none 87 + like this:: 92 88 93 89 cpia2.num_buffers=3 cpia2.buffer_size=65535 94 90