Skip to content
Snippets Groups Projects
Commit e88735d7 authored by Wey-Yi Guy's avatar Wey-Yi Guy
Browse files

iwlwifi: remove extra string


For "led_mode" module parameters, string "led_mode" is duplicated twice,
remove one.

Signed-off-by: default avatarWey-Yi Guy <wey-yi.w.guy@intel.com>
parent 5c4bc1ce
No related branches found
No related tags found
No related merge requests found
...@@ -45,7 +45,7 @@ ...@@ -45,7 +45,7 @@
/* default: IWL_LED_BLINK(0) using blinking index table */ /* default: IWL_LED_BLINK(0) using blinking index table */
static int led_mode; static int led_mode;
module_param(led_mode, int, S_IRUGO); module_param(led_mode, int, S_IRUGO);
MODULE_PARM_DESC(led_mode, "led mode: 0=system default, " MODULE_PARM_DESC(led_mode, "0=system default, "
"1=On(RF On)/Off(RF Off), 2=blinking"); "1=On(RF On)/Off(RF Off), 2=blinking");
static const struct { static const struct {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment