Skip to content

Commit 22fce66

Browse files
unixbhaskargregkh
authored andcommitted
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]>
1 parent c6a419a commit 22fce66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/tty/vt/vt.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4448,7 +4448,7 @@ void poke_blanked_console(void)
44484448
might_sleep();
44494449

44504450
/* This isn't perfectly race free, but a race here would be mostly harmless,
4451-
* at worse, we'll do a spurrious blank and it's unlikely
4451+
* at worst, we'll do a spurious blank and it's unlikely
44524452
*/
44534453
del_timer(&console_timer);
44544454
blank_timer_expired = 0;

0 commit comments

Comments
 (0)