diff options
author | Baoquan He <[email protected]> | 2017-10-22 22:30:55 +0800 |
---|---|---|
committer | Petr Mladek <[email protected]> | 2017-10-30 15:27:43 +0100 |
commit | bc8293663b953c23ff7b73eb15f82393425e5e47 (patch) | |
tree | ef7304902f589839180bd1430faca54b5cf4ecea | |
parent | 93b138dd9d6e01cd360f347512b6c5bf6f0c4ce2 (diff) |
printk: fix typo in printk_safe.c
Link: http://lkml.kernel.org/r/[email protected]
Cc: [email protected]
Cc: [email protected]
Signed-off-by: Baoquan He <[email protected]>
Reviewed-by: Sergey Senozhatsky <[email protected]>
Signed-off-by: Petr Mladek <[email protected]>
-rw-r--r-- | kernel/printk/printk_safe.c | 2 |
1 files changed, 1 insertions, 1 deletions
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. |