diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-07-17 09:16:57 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-07-17 14:02:43 -0300 |
commit | 5b6137dc84f627e8497e554890ae02378c54f9f0 (patch) | |
tree | ac87e70872915bdcaa7cb721195baf4406b10753 /include/media/lirc_dev.h | |
parent | 684ffa2d553815250d3d259eac8e0d4e6d0c3e8d (diff) | |
download | linux-stable-5b6137dc84f627e8497e554890ae02378c54f9f0.tar.gz linux-stable-5b6137dc84f627e8497e554890ae02378c54f9f0.tar.bz2 linux-stable-5b6137dc84f627e8497e554890ae02378c54f9f0.zip |
[media] doc-rst: Fix issues with RC documentation
The kernel-doc script is now broken if it doesn't find all
exported symbols documented.
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'include/media/lirc_dev.h')
-rw-r--r-- | include/media/lirc_dev.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/media/lirc_dev.h b/include/media/lirc_dev.h index 0ab59a571fee..cec7d35602d1 100644 --- a/include/media/lirc_dev.h +++ b/include/media/lirc_dev.h @@ -140,7 +140,7 @@ static inline unsigned int lirc_buffer_write(struct lirc_buffer *buf, * second. * * @features: lirc compatible hardware features, like LIRC_MODE_RAW, - * LIRC_CAN_*, as defined at include/media/lirc.h. + * LIRC_CAN\_\*, as defined at include/media/lirc.h. * * @chunk_size: Size of each FIFO buffer. * |