projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
66ebf66
)
HID: fix grammo in HID_COMPAT Kconfig help text
author
Alex Chiang
<
[email protected]
>
Wed, 27 Aug 2008 11:36:18 +0000
(13:36 +0200)
committer
Jiri Kosina
<
[email protected]
>
Tue, 14 Oct 2008 21:50:58 +0000
(23:50 +0200)
The Kconfig option for HID_COMPAT should read "lose", not "loose".
Signed-off-by: Alex Chiang <
[email protected]
>
Signed-off-by: Jiri Kosina <
[email protected]
>
drivers/hid/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/hid/Kconfig
b/drivers/hid/Kconfig
index 4319af320adf1760a74fa85e7c76c697e6be82a7..46337a28d1d617b0fc6bb48a3a2437e32cc67280 100644
(file)
--- a/
drivers/hid/Kconfig
+++ b/
drivers/hid/Kconfig
@@
-78,7
+78,7
@@
config HID_COMPAT
support of module loading through aliases and also old
module-init-tools which can't handle hid bus, choose Y here. Otherwise
say N. If you say N and your userspace is old enough, the only
- functionality you lo
o
se is modules autoloading.
+ functionality you lose is modules autoloading.
If unsure, say Y.