Skip to content

Commit bc82936

Browse files
Baoquan Hepmladek
authored andcommitted
printk: fix typo in printk_safe.c
Link: http://lkml.kernel.org/r/1508682655-27293-1-git-send-email-bhe@redhat.com Cc: rostedt@goodmis.org Cc: linux-kernel@vger.kernel.org Signed-off-by: Baoquan He <bhe@redhat.com> Reviewed-by: Sergey Senozhatsky <sergey.senozhatsky@gmail.com> Signed-off-by: Petr Mladek <pmladek@suse.com>
1 parent 93b138d commit bc82936

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/printk/printk_safe.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ static void queue_flush_work(struct printk_safe_seq_buf *s)
7575
* have dedicated buffers, because otherwise printk-safe preempted by
7676
* NMI-printk would have overwritten the NMI messages.
7777
*
78-
* The messages are fushed from irq work (or from panic()), possibly,
78+
* The messages are flushed from irq work (or from panic()), possibly,
7979
* from other CPU, concurrently with printk_safe_log_store(). Should this
8080
* happen, printk_safe_log_store() will notice the buffer->len mismatch
8181
* and repeat the write.

0 commit comments

Comments
 (0)