diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-09-08 14:18:04 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-09-09 15:58:43 +0300 |
commit | c13dce18b8266566e951b1d4b9bbbbbf25a00068 (patch) | |
tree | db72eda02c3e37deec9775084eb2b754dabb7976 /include/media/rc-map.h | |
parent | e9de2d89a7e48c777254780502c16157e1740587 (diff) | |
download | linux-c13dce18b8266566e951b1d4b9bbbbbf25a00068.tar.xz |
[media] rc-map.h: fix a Sphinx warning
./include/media/rc-map.h:121: WARNING: Inline emphasis start-string without end-string.
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'include/media/rc-map.h')
-rw-r--r-- | include/media/rc-map.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/media/rc-map.h b/include/media/rc-map.h index 173ad58fb61b..3c8edb34f84a 100644 --- a/include/media/rc-map.h +++ b/include/media/rc-map.h @@ -117,7 +117,7 @@ struct rc_map_table { * @scan: pointer to struct &rc_map_table * @size: Max number of entries * @len: Number of entries that are in use - * @alloc: size of *scan, in bytes + * @alloc: size of \*scan, in bytes * @rc_type: type of the remote controller protocol, as defined at * enum &rc_type * @name: name of the key map table |