From: Maxim Nikulin Date: Mon, 20 Aug 2012 21:01:52 +0000 (+0200) Subject: platform/x86: fix asus_laptop.wled_type description X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=3f5449bf39896587ca9f87b76832c5aa30f0f5c7;p=~shefty%2Frdma-dev.git platform/x86: fix asus_laptop.wled_type description MODULE_PARM_DESC for wlan_status is further in the same file Signed-off-by: Maxim A. Nikulin Signed-off-by: Corentin Chary Signed-off-by: Matthew Garrett --- diff --git a/drivers/platform/x86/asus-laptop.c b/drivers/platform/x86/asus-laptop.c index 110c7778cbf..4b568df5664 100644 --- 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(wlan_status, "Set the wled type on boot " +MODULE_PARM_DESC(wled_type, "Set the wled type on boot " "(unknown, led or rfkill). " "default is unknown");