tty: vt: Mundane typo fix in the file vt.c
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>
This commit is contained in:
parent
c6a419afe3
commit
22fce66c19
|
@ -4448,7 +4448,7 @@ void poke_blanked_console(void)
|
||||||
might_sleep();
|
might_sleep();
|
||||||
|
|
||||||
/* This isn't perfectly race free, but a race here would be mostly harmless,
|
/* 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);
|
del_timer(&console_timer);
|
||||||
blank_timer_expired = 0;
|
blank_timer_expired = 0;
|
||||||
|
|
Loading…
Reference in New Issue