aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input
diff options
context:
space:
mode:
authorMasanari Iida <standby24x7@gmail.com>2014-02-18 22:54:36 +0900
committerJiri Kosina <jkosina@suse.cz>2014-02-19 14:58:17 +0100
commite227867f12302633737bd2a48a10a9a72c0630cb (patch)
treec1d96c1f4c3d83b7d6fe3b0c15d480d366ccc8f8 /drivers/input
parentmm: Fix warning on make htmldocs caused by slab.c (diff)
downloadlinux-dev-e227867f12302633737bd2a48a10a9a72c0630cb.tar.xz
linux-dev-e227867f12302633737bd2a48a10a9a72c0630cb.zip
treewide: Fix typo in Documentation/DocBook
This patch fix spelling typo in Documentation/DocBook. It is because .html and .xml files are generated by make htmldocs, I have to fix a typo within the source files. Signed-off-by: Masanari Iida <standby24x7@gmail.com> Acked-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/input')
-rw-r--r--drivers/input/sparse-keymap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/sparse-keymap.c b/drivers/input/sparse-keymap.c
index a70aa555bbff..e7409c45bdd0 100644
--- a/drivers/input/sparse-keymap.c
+++ b/drivers/input/sparse-keymap.c
@@ -236,7 +236,7 @@ EXPORT_SYMBOL(sparse_keymap_setup);
* in an input device that was set up by sparse_keymap_setup().
* NOTE: It is safe to cal this function while input device is
* still registered (however the drivers should care not to try to
- * use freed keymap and thus have to shut off interrups/polling
+ * use freed keymap and thus have to shut off interrupts/polling
* before freeing the keymap).
*/
void sparse_keymap_free(struct input_dev *dev)