Fix those warnings:
Documentation/linux_tv/media/v4l/open.rst:38: WARNING: Literal block
ends without a blank line; unexpected unindent.
Documentation/linux_tv/media/v4l/open.rst:45: WARNING: Literal block
ends without a blank line; unexpected unindent.
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
---
Documentation/linux_tv/media/v4l/open.rst | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/Documentation/linux_tv/media/v4l/open.rst
b/Documentation/linux_tv/media/v4l/open.rst
index 963d2923aaa3..83f406957cf4 100644
--- a/Documentation/linux_tv/media/v4l/open.rst
+++ b/Documentation/linux_tv/media/v4l/open.rst
@@ -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,
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:
-
-
::
options mydriver video_nr=0,1 radio_nr=0,1
+
When no device node number is given as module option the driver supplies
a default.
--
2.7.4
--
To unsubscribe from this list: send the line "unsubscribe linux-doc" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html