Skip to content

Commit

Permalink
[media] rc-map.h: fix a Sphinx warning
Browse files Browse the repository at this point in the history
	./include/media/rc-map.h:121: WARNING: Inline emphasis start-string without end-string.

Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
  • Loading branch information
mchehab committed Sep 9, 2016
1 parent e9de2d8 commit c13dce1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/media/rc-map.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c13dce1

Please sign in to comment.