summaryrefslogtreecommitdiff
path: root/common/pwm_kblight.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/pwm_kblight.c')
-rw-r--r--common/pwm_kblight.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/common/pwm_kblight.c b/common/pwm_kblight.c
index 15a2feb2bc..13415b5c51 100644
--- a/common/pwm_kblight.c
+++ b/common/pwm_kblight.c
@@ -41,8 +41,7 @@ static int command_kblight(int argc, char **argv)
}
DECLARE_CONSOLE_COMMAND(kblight, command_kblight,
"percent",
- "Set keyboard backlight",
- NULL);
+ "Set keyboard backlight");
/*****************************************************************************/
/* Host commands */