projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a4432b
)
platform/x86: fix asus_laptop.wled_type module parameter
author
Maxim Nikulin
<m.a.nikulin@gmail.com>
Thu, 16 Aug 2012 14:48:57 +0000
(21:48 +0700)
committer
Jiri Kosina
<jkosina@suse.cz>
Sat, 1 Sep 2012 17:05:14 +0000
(10:05 -0700)
MODULE_PARM_DESC for wlan_status is further in the same file
Signed-off-by: Maxim A. Nikulin <M.A.Nikulin@gmail.com>
Acked-by: Corentin Chary <corentincj@iksaif.net>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/platform/x86/asus-laptop.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/platform/x86/asus-laptop.c
b/drivers/platform/x86/asus-laptop.c
index e38f91be0b10964c12f6a9b8eb4347908fc54d94..f5b9d9104ebb1ce50db89cbf3040ddb352d110c2 100644
(file)
--- a/
drivers/platform/x86/asus-laptop.c
+++ b/
drivers/platform/x86/asus-laptop.c
@@
-85,7
+85,7
@@
static char *wled_type = "unknown";
static char *bled_type = "unknown";
module_param(wled_type, charp, 0444);
-MODULE_PARM_DESC(wl
an_status
, "Set the wled type on boot "
+MODULE_PARM_DESC(wl
ed_type
, "Set the wled type on boot "
"(unknown, led or rfkill). "
"default is unknown");