The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH] printk: fix typo in printk_safe.c
@ 2017-10-22 14:30 Baoquan He
  2017-10-23  4:07 ` Sergey Senozhatsky
  2017-10-30 14:51 ` Petr Mladek
  0 siblings, 2 replies; 3+ messages in thread
From: Baoquan He @ 2017-10-22 14:30 UTC (permalink / raw)
  To: linux-kernel; +Cc: pmladek, sergey.senozhatsky, rostedt, Baoquan He

Signed-off-by: Baoquan He <bhe@redhat.com>
---
 kernel/printk/printk_safe.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kernel/printk/printk_safe.c b/kernel/printk/printk_safe.c
index 3cdaeaef9ce1..89558b85f45c 100644
--- a/kernel/printk/printk_safe.c
+++ b/kernel/printk/printk_safe.c
@@ -75,7 +75,7 @@ static void queue_flush_work(struct printk_safe_seq_buf *s)
  * have dedicated buffers, because otherwise printk-safe preempted by
  * NMI-printk would have overwritten the NMI messages.
  *
- * The messages are fushed from irq work (or from panic()), possibly,
+ * The messages are flushed from irq work (or from panic()), possibly,
  * from other CPU, concurrently with printk_safe_log_store(). Should this
  * happen, printk_safe_log_store() will notice the buffer->len mismatch
  * and repeat the write.
-- 
2.5.5

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-10-30 14:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-22 14:30 [PATCH] printk: fix typo in printk_safe.c Baoquan He
2017-10-23  4:07 ` Sergey Senozhatsky
2017-10-30 14:51 ` Petr Mladek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox