Documentation/linux_tv/media/rc/lirc_dev_intro.rst:17: WARNING: Inline substitution_reference start-string without end-string. Signed-off-by: Mauro Carvalho Chehab <mchehab@xxxxxxxxxxxxxxxx> --- Documentation/linux_tv/media/rc/lirc_dev_intro.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Documentation/linux_tv/media/rc/lirc_dev_intro.rst b/Documentation/linux_tv/media/rc/lirc_dev_intro.rst index 520660114f99..9a784c8fe4ea 100644 --- a/Documentation/linux_tv/media/rc/lirc_dev_intro.rst +++ b/Documentation/linux_tv/media/rc/lirc_dev_intro.rst @@ -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: +.. 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: +.. code-block:: none + $ ls -l /dev/lirc* - crw-rw---- 1 root root 248, 0 Jul 2 22:20 /dev/lirc0 -- 2.7.4 -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html