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

doc-rst: open: fix some warnings

Fix those warnings:
	Documentation/linux_tv/media/v4l/open:38: WARNING: Literal block ends without a blank line; unexpected unindent.
	Documentation/linux_tv/media/v4l/open:45: WARNING: Literal block ends without a blank line; unexpected unindent.
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@s-opensource.com>
parent 1021f6bf
...@@ -30,18 +30,16 @@ of leaving it to chance. When the driver supports multiple devices of ...@@ -30,18 +30,16 @@ of leaving it to chance. When the driver supports multiple devices of
the same type more than one device node number can be assigned, the same type more than one device node number can be assigned,
separated by commas: separated by commas:
.. code-block:: none
# modprobe mydriver video_nr=0,1 radio_nr=0,1
::
> modprobe mydriver video_nr=0,1 radio_nr=0,1
In ``/etc/modules.conf`` this may be written as: In ``/etc/modules.conf`` this may be written as:
:: ::
options mydriver video_nr=0,1 radio_nr=0,1 options mydriver video_nr=0,1 radio_nr=0,1
When no device node number is given as module option the driver supplies When no device node number is given as module option the driver supplies
a default. a default.
......
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