From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755992AbbE2NWJ (ORCPT ); Fri, 29 May 2015 09:22:09 -0400 Received: from mail-qc0-f182.google.com ([209.85.216.182]:33207 "EHLO mail-qc0-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754566AbbE2NWG (ORCPT ); Fri, 29 May 2015 09:22:06 -0400 Date: Fri, 29 May 2015 09:22:02 -0400 From: Tejun Heo To: Randy Dunlap Cc: Shailendra Verma , linux-kernel@vger.kernel.org Subject: Re: [PATCH] kernel:workqueue - Fix typos in comments. Message-ID: <20150529132202.GJ27479@htj.duckdns.org> References: <1432357694-4202-1-git-send-email-shailendra.capricorn@gmail.com> <5567AD72.4050204@infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5567AD72.4050204@infradead.org> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, May 28, 2015 at 05:06:10PM -0700, Randy Dunlap wrote: > On 05/22/15 22:08, Shailendra Verma wrote: > > Signed-off-by: Shailendra Verma > > --- > > kernel/workqueue.c | 12 ++++++------ > > 1 file changed, 6 insertions(+), 6 deletions(-) > > > > diff --git a/kernel/workqueue.c b/kernel/workqueue.c > > index 586ad91..17d3021 100644 > > --- a/kernel/workqueue.c > > +++ b/kernel/workqueue.c > > > @@ -5047,7 +5047,7 @@ static void __init wq_numa_init(void) > > node = cpu_to_node(cpu); > > if (WARN_ON(node == NUMA_NO_NODE)) { > > pr_warn("workqueue: NUMA node mapping not available for cpu%d, disabling NUMA support\n", cpu); > > - /* happens iff arch is bonkers, let's just proceed */ > > + /* happens if arch is bonkers, let's just proceed */ > > not a typo. Right, patch updated. Thanks. -- tejun