aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/serio/i8042.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/input/serio/i8042.c')
-rw-r--r--drivers/input/serio/i8042.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/serio/i8042.c b/drivers/input/serio/i8042.c
index 52c9ebf94729..020053fa5aaa 100644
--- a/drivers/input/serio/i8042.c
+++ b/drivers/input/serio/i8042.c
@@ -1036,7 +1036,7 @@ static void i8042_controller_reset(bool force_reset)
1036/* 1036/*
1037 * i8042_panic_blink() will turn the keyboard LEDs on or off and is called 1037 * i8042_panic_blink() will turn the keyboard LEDs on or off and is called
1038 * when kernel panics. Flashing LEDs is useful for users running X who may 1038 * when kernel panics. Flashing LEDs is useful for users running X who may
1039 * not see the console and will help distingushing panics from "real" 1039 * not see the console and will help distinguishing panics from "real"
1040 * lockups. 1040 * lockups.
1041 * 1041 *
1042 * Note that DELAY has a limit of 10ms so we will not get stuck here 1042 * Note that DELAY has a limit of 10ms so we will not get stuck here