aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/sparse-keymap.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/input/sparse-keymap.c')
-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);
236 * in an input device that was set up by sparse_keymap_setup(). 236 * in an input device that was set up by sparse_keymap_setup().
237 * NOTE: It is safe to cal this function while input device is 237 * NOTE: It is safe to cal this function while input device is
238 * still registered (however the drivers should care not to try to 238 * still registered (however the drivers should care not to try to
239 * use freed keymap and thus have to shut off interrups/polling 239 * use freed keymap and thus have to shut off interrupts/polling
240 * before freeing the keymap). 240 * before freeing the keymap).
241 */ 241 */
242void sparse_keymap_free(struct input_dev *dev) 242void sparse_keymap_free(struct input_dev *dev)