From: Bhaskar Chowdhury Date: Sun, 14 Mar 2021 06:27:16 +0000 (+0530) Subject: tty: vt: Mundane typo fix in the file vt.c X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=22fce66c19caab5a86b085d147a0e77aaf0ca638;p=linux.git tty: vt: Mundane typo fix in the file vt.c s/spurrious/spurious/ s/worse/worst/ Acked-by: Randy Dunlap Signed-off-by: Bhaskar Chowdhury Link: https://lore.kernel.org/r/20210314062716.28539-1-unixbhaskar@gmail.com Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/tty/vt/vt.c b/drivers/tty/vt/vt.c index 284b07224c555..d9366da51e062 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;