diff options
| author | Bhaskar Chowdhury <[email protected]> | 2021-03-14 11:57:16 +0530 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2021-03-23 10:39:31 +0100 |
| commit | 22fce66c19caab5a86b085d147a0e77aaf0ca638 (patch) | |
| tree | 080b1bdfbc212d345870714a77225c2146bbaeeb | |
| parent | c6a419afe324dda15b8a7e05597c4a31d0b8fc17 (diff) | |
tty: vt: Mundane typo fix in the file vt.c
s/spurrious/spurious/
s/worse/worst/
Acked-by: Randy Dunlap <[email protected]>
Signed-off-by: Bhaskar Chowdhury <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
| -rw-r--r-- | drivers/tty/vt/vt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tty/vt/vt.c b/drivers/tty/vt/vt.c index 284b07224c55..d9366da51e06 100644 --- a/drivers/tty/vt/vt.c +++ b/drivers/tty/vt/vt.c @@ -4448,7 +4448,7 @@ void poke_blanked_console(void) might_sleep(); /* This isn't perfectly race free, but a race here would be mostly harmless, - * at worse, we'll do a spurrious blank and it's unlikely + * at worst, we'll do a spurious blank and it's unlikely */ del_timer(&console_timer); blank_timer_expired = 0; |