linux-kernel.vger.kernel.org archive mirror
 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

* Re: [PATCH] printk: fix typo in printk_safe.c
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Sergey Senozhatsky @ 2017-10-23  4:07 UTC (permalink / raw)
  To: Baoquan He; +Cc: linux-kernel, pmladek, sergey.senozhatsky, rostedt

On (10/22/17 22:30), Baoquan He wrote:
> Signed-off-by: Baoquan He <bhe@redhat.com>

Reviewed-by: Sergey Senozhatsky <sergey.senozhatsky@gmail.com>

	-ss

> ---
>  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	[flat|nested] 3+ messages in thread

* Re: [PATCH] printk: fix typo in printk_safe.c
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Petr Mladek @ 2017-10-30 14:51 UTC (permalink / raw)
  To: Baoquan He; +Cc: linux-kernel, sergey.senozhatsky, rostedt

On Sun 2017-10-22 22:30:55, Baoquan He wrote:
> Signed-off-by: Baoquan He <bhe@redhat.com>

Reviewed-by: Petr Mladek <pmladek@suse.com>

I have pushed it into for-4.15 branch in printk.git.

Thanks for the fix.

Best Regards,
Petr

^ permalink raw reply	[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;
as well as URLs for NNTP newsgroup(s).