From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751121AbdJWEH0 (ORCPT ); Mon, 23 Oct 2017 00:07:26 -0400 Received: from mail-wr0-f196.google.com ([209.85.128.196]:46377 "EHLO mail-wr0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750726AbdJWEHY (ORCPT ); Mon, 23 Oct 2017 00:07:24 -0400 X-Google-Smtp-Source: ABhQp+Ts1I7ZFvgh+Ykf4G5vBUD4kjqH2S5/7tGp+aKMmd1hwbbTdZ4ohFDcr97T0pnn/xX7Y/g3fw== Date: Mon, 23 Oct 2017 13:07:21 +0900 From: Sergey Senozhatsky To: Baoquan He Cc: linux-kernel@vger.kernel.org, pmladek@suse.com, sergey.senozhatsky@gmail.com, rostedt@goodmis.org Subject: Re: [PATCH] printk: fix typo in printk_safe.c Message-ID: <20171023040721.GA426@tigerII.localdomain> References: <1508682655-27293-1-git-send-email-bhe@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1508682655-27293-1-git-send-email-bhe@redhat.com> User-Agent: Mutt/1.9.1 (2017-09-22) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On (10/22/17 22:30), Baoquan He wrote: > Signed-off-by: Baoquan He Reviewed-by: Sergey Senozhatsky -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 >