projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c6a419a
)
tty: vt: Mundane typo fix in the file vt.c
author
Bhaskar Chowdhury
<unixbhaskar@gmail.com>
Sun, 14 Mar 2021 06:27:16 +0000
(11:57 +0530)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Tue, 23 Mar 2021 09:39:31 +0000
(10:39 +0100)
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>
drivers/tty/vt/vt.c
patch
|
blob
|
history
diff --git
a/drivers/tty/vt/vt.c
b/drivers/tty/vt/vt.c
index 284b07224c55541b9d9663d130042ab62adba237..d9366da51e0620898ec9fdcb8682c7ef9b786189 100644
(file)
--- 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 wors
e, we'll do a spur
rious blank and it's unlikely
+ * at wors
t, we'll do a spu
rious blank and it's unlikely
*/
del_timer(&console_timer);
blank_timer_expired = 0;