projects
/
platform
/
upstream
/
kernel-adaptation-pc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8871e99
)
platform/x86: fix asus_laptop.wled_type description
author
Maxim Nikulin
<m.a.nikulin@gmail.com>
Mon, 20 Aug 2012 21:01:52 +0000
(23:01 +0200)
committer
Matthew Garrett
<mjg@redhat.com>
Thu, 13 Sep 2012 20:46:31 +0000
(16:46 -0400)
MODULE_PARM_DESC for wlan_status is further in the same file
Signed-off-by: Maxim A. Nikulin <M.A.Nikulin@gmail.com>
Signed-off-by: Corentin Chary <corentin.chary@gmail.com>
Signed-off-by: Matthew Garrett <mjg@redhat.com>
drivers/platform/x86/asus-laptop.c
patch
|
blob
|
history
diff --git
a/drivers/platform/x86/asus-laptop.c
b/drivers/platform/x86/asus-laptop.c
index
110c777
..
4b568df
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");