Commit fe877259 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab

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: default avatarMauro Carvalho Chehab <mchehab+huawei@kernel.org>
parent 9fafef58
...@@ -51,7 +51,7 @@ available at compile time. ...@@ -51,7 +51,7 @@ available at compile time.
Setup Setup
~~~~~ ~~~~~
Use 'modprobe cpia2' to load and 'modprobe -r cpia2' to unload. This Use ``modprobe cpia2`` to load and ``modprobe -r cpia2`` to unload. This
may be done automatically by your distribution. may be done automatically by your distribution.
Driver options Driver options
...@@ -79,16 +79,12 @@ Setting the options ...@@ -79,16 +79,12 @@ Setting the options
~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~
If you are using modules, edit /etc/modules.conf and add an options If you are using modules, edit /etc/modules.conf and add an options
line like this: line like this::
.. code-block:: none
options cpia2 num_buffers=3 buffer_size=65535 options cpia2 num_buffers=3 buffer_size=65535
If the driver is compiled into the kernel, at boot time specify them If the driver is compiled into the kernel, at boot time specify them
like this: like this::
.. code-block:: none
cpia2.num_buffers=3 cpia2.buffer_size=65535 cpia2.num_buffers=3 cpia2.buffer_size=65535
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment