lkml.org 
[lkml]   [2015]   [May]   [28]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH] kernel:workqueue - Fix typos in comments.
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


\
 
 \ /
  Last update: 2015-05-29 02:21    [W:0.097 / U:2.336 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site