diff options
author | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2012-06-04 14:45:40 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2012-06-05 05:31:26 -0400 |
commit | e39fe251e03b6df83e740e2f598c04f382b4d3c7 (patch) | |
tree | bd65513fd0a3b960905c009e1293655c8c067091 /drivers/hid/hid-wiimote-ext.c | |
parent | 3c2c4b73aa79e4a1b601710b59e092441175f4bb (diff) |
HID: wiimote-ext: comment spelling fix
Signed-off-by: Giuseppe Bilotta <giuseppe.bilotta@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/hid-wiimote-ext.c')
-rw-r--r-- | drivers/hid/hid-wiimote-ext.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hid/hid-wiimote-ext.c b/drivers/hid/hid-wiimote-ext.c index aa958706c0e5..0a1805c9b0e5 100644 --- a/drivers/hid/hid-wiimote-ext.c +++ b/drivers/hid/hid-wiimote-ext.c | |||
@@ -77,7 +77,7 @@ static __u16 wiiext_keymap[] = { | |||
77 | BTN_TR, /* WIIEXT_KEY_RT */ | 77 | BTN_TR, /* WIIEXT_KEY_RT */ |
78 | }; | 78 | }; |
79 | 79 | ||
80 | /* diable all extensions */ | 80 | /* disable all extensions */ |
81 | static void ext_disable(struct wiimote_ext *ext) | 81 | static void ext_disable(struct wiimote_ext *ext) |
82 | { | 82 | { |
83 | unsigned long flags; | 83 | unsigned long flags; |