From: Randy Dunlap <rdunlap@infradead.org>
To: Shailendra Verma <shailendra.capricorn@gmail.com>,
Tejun Heo <tj@kernel.org>
Cc: linux-kernel@vger.kernel.org
Subject: Re: [PATCH] kernel:workqueue - Fix typos in comments.
Date: Thu, 28 May 2015 17:06:10 -0700 [thread overview]
Message-ID: <5567AD72.4050204@infradead.org> (raw)
In-Reply-To: <1432357694-4202-1-git-send-email-shailendra.capricorn@gmail.com>
On 05/22/15 22:08, Shailendra Verma wrote:
> Signed-off-by: Shailendra Verma <shailendra.capricorn@gmail.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.
> return;
> }
> cpumask_set_cpu(cpu, tbl[node]);
>
--
~Randy
next prev parent reply other threads:[~2015-05-29 0:06 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-05-23 5:08 [PATCH] kernel:workqueue - Fix typos in comments Shailendra Verma
2015-05-24 20:54 ` Tejun Heo
2015-05-29 0:06 ` Randy Dunlap [this message]
2015-05-29 13:22 ` Tejun Heo
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5567AD72.4050204@infradead.org \
--to=rdunlap@infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=shailendra.capricorn@gmail.com \
--cc=tj@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox