lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Fri, 29 May 2015 09:22:02 -0400
From:	Tejun Heo <tj@...nel.org>
To:	Randy Dunlap <rdunlap@...radead.org>
Cc:	Shailendra Verma <shailendra.capricorn@...il.com>,
	linux-kernel@...r.kernel.org
Subject: Re: [PATCH] kernel:workqueue - Fix typos in comments.

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 <shailendra.capricorn@...il.com>
> > ---
> >  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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ