We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93b138d commit bc82936Copy full SHA for bc82936
kernel/printk/printk_safe.c
@@ -75,7 +75,7 @@ static void queue_flush_work(struct printk_safe_seq_buf *s)
75
* have dedicated buffers, because otherwise printk-safe preempted by
76
* NMI-printk would have overwritten the NMI messages.
77
*
78
- * The messages are fushed from irq work (or from panic()), possibly,
+ * The messages are flushed from irq work (or from panic()), possibly,
79
* from other CPU, concurrently with printk_safe_log_store(). Should this
80
* happen, printk_safe_log_store() will notice the buffer->len mismatch
81
* and repeat the write.
0 commit comments