Commit a23f4191 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab
Browse files

doc-rst: linux_tv: Fix a warning at lirc_dev_intro



Documentation/linux_tv/media/rc/lirc_dev_intro:17: WARNING: Inline substitution_reference start-string without end-string.

Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@s-opensource.com>
parent b6967199
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -14,15 +14,15 @@ IR data to and fro, the essential fops are read, write and ioctl.

Example dmesg output upon a driver registering w/LIRC:

    $ dmesg |grep lirc_dev
.. code-block:: none

    $ dmesg |grep lirc_dev
    lirc_dev: IR Remote Control driver registered, major 248

    rc rc0: lirc_dev: driver ir-lirc-codec (mceusb) registered at minor
    = 0
    rc rc0: lirc_dev: driver ir-lirc-codec (mceusb) registered at minor = 0

What you should see for a chardev:

    $ ls -l /dev/lirc*
.. code-block:: none

    $ ls -l /dev/lirc*
    crw-rw---- 1 root root 248, 0 Jul 2 22:20 /dev/lirc0