summaryrefslogtreecommitdiffstats
path: root/include/media/rc-map.h
diff options
context:
space:
mode:
authorMauro Carvalho Chehab2019-02-18 20:29:06 +0100
committerMauro Carvalho Chehab2019-03-01 15:45:52 +0100
commite907bf3c9820c8480b1d83aca42a5668c5364be9 (patch)
tree67176a1cb5932ba46a827c6cb6ca6f57a74d0bb6 /include/media/rc-map.h
parentmedia: common: fix several typos (diff)
downloadkernel-qcow2-linux-e907bf3c9820c8480b1d83aca42a5668c5364be9.tar.gz
kernel-qcow2-linux-e907bf3c9820c8480b1d83aca42a5668c5364be9.tar.xz
kernel-qcow2-linux-e907bf3c9820c8480b1d83aca42a5668c5364be9.zip
media: include: fix several typos
Use codespell to fix lots of typos over frontends. Manually verified to avoid false-positives. Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org> Reviewed-by: Lad, Prabhakar <prabhakar.csengg@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Diffstat (limited to 'include/media/rc-map.h')
-rw-r--r--include/media/rc-map.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/media/rc-map.h b/include/media/rc-map.h
index e5e86d595645..5e684bb0d64c 100644
--- a/include/media/rc-map.h
+++ b/include/media/rc-map.h
@@ -144,14 +144,14 @@ struct rc_map_list {
/* Routines from rc-map.c */
/**
- * rc_map_register() - Registers a Remote Controler scancode map
+ * rc_map_register() - Registers a Remote Controller scancode map
*
* @map: pointer to struct rc_map_list
*/
int rc_map_register(struct rc_map_list *map);
/**
- * rc_map_unregister() - Unregisters a Remote Controler scancode map
+ * rc_map_unregister() - Unregisters a Remote Controller scancode map
*
* @map: pointer to struct rc_map_list
*/