Commit 22fce66c authored by Bhaskar Chowdhury's avatar Bhaskar Chowdhury Committed by Greg Kroah-Hartman
Browse files

tty: vt: Mundane typo fix in the file vt.c

parent c6a419af
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;