Skip to content

Commit

Permalink
tty: vt: Mundane typo fix in the file vt.c
Browse files Browse the repository at this point in the history
s/spurrious/spurious/
s/worse/worst/

Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
Link: https://lore.kernel.org/r/20210314062716.28539-1-unixbhaskar@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Bhaskar Chowdhury authored and Greg Kroah-Hartman committed Mar 23, 2021
1 parent c6a419a commit 22fce66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/tty/vt/vt.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 22fce66

Please sign in to comment.