diff options
author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2010-09-03 19:31:05 +0200 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2010-09-05 21:15:14 +0200 |
commit | 144c0f8833d0458e4369a27a53aea8856c665c41 (patch) | |
tree | fa0ee26cc25ea7deb2e5e11095ff77e115980bfa /include | |
parent | Input: wm97xx-core - add retries to wm97xx_read_aux_adc (diff) | |
download | linux-144c0f8833d0458e4369a27a53aea8856c665c41.tar.xz linux-144c0f8833d0458e4369a27a53aea8856c665c41.zip |
Input: fix a few typos
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/input.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/input.h b/include/linux/input.h index 896a92227bc4..789265123531 100644 --- a/include/linux/input.h +++ b/include/linux/input.h @@ -67,7 +67,7 @@ struct input_absinfo { #define EVIOCGPHYS(len) _IOC(_IOC_READ, 'E', 0x07, len) /* get physical location */ #define EVIOCGUNIQ(len) _IOC(_IOC_READ, 'E', 0x08, len) /* get unique identifier */ -#define EVIOCGKEY(len) _IOC(_IOC_READ, 'E', 0x18, len) /* get global keystate */ +#define EVIOCGKEY(len) _IOC(_IOC_READ, 'E', 0x18, len) /* get global key state */ #define EVIOCGLED(len) _IOC(_IOC_READ, 'E', 0x19, len) /* get all LEDs */ #define EVIOCGSND(len) _IOC(_IOC_READ, 'E', 0x1a, len) /* get all sounds status */ #define EVIOCGSW(len) _IOC(_IOC_READ, 'E', 0x1b, len) /* get all switch states */ |