projects
/
platform
/
kernel
/
linux-stable.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b6834b0
)
Input: pcf8574_keypad - fix typo in Kconfig
author
Masanari Iida
<standby24x7@gmail.com>
Tue, 31 Jan 2012 08:07:33 +0000
(
00:07
-0800)
committer
Dmitry Torokhov
<dmitry.torokhov@gmail.com>
Tue, 31 Jan 2012 08:14:05 +0000
(
00:14
-0800)
Correct spelling "connetced" to "connected" in pcf8574_keypad
description in drivers/input/misc/Kconfig.
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
drivers/input/misc/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/input/misc/Kconfig
b/drivers/input/misc/Kconfig
index
7b46781
..
c528dea
100644
(file)
--- a/
drivers/input/misc/Kconfig
+++ b/
drivers/input/misc/Kconfig
@@
-415,7
+415,7
@@
config INPUT_PCF8574
tristate "PCF8574 Keypad input device"
depends on I2C && EXPERIMENTAL
help
- Say Y here if you want to support a keypad conne
tc
ed via I2C
+ Say Y here if you want to support a keypad conne
ct
ed via I2C
with a PCF8574.
To compile this driver as a module, choose M here: the