[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1432233389-4131-1-git-send-email-shailendra.capricorn@gmail.com>
Date: Fri, 22 May 2015 00:06:29 +0530
From: Shailendra Verma <shailendra.capricorn@...il.com>
To: linux-kernel@...r.kernel.org
Cc: Shailendra Verma <shailendra.capricorn@...il.com>
Subject: [PATCH] kernel:up - Fix typo in comment.
Signed-off-by: Shailendra Verma <shailendra.capricorn@...il.com>
---
kernel/up.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kernel/up.c b/kernel/up.c
index 1760bf3..6cd3fbc 100644
--- a/kernel/up.c
+++ b/kernel/up.c
@@ -65,7 +65,7 @@ EXPORT_SYMBOL(on_each_cpu_mask);
/*
* Preemption is disabled here to make sure the cond_func is called under the
- * same condtions in UP and SMP.
+ * same conditions in UP and SMP.
*/
void on_each_cpu_cond(bool (*cond_func)(int cpu, void *info),
smp_call_func_t func, void *info, bool wait,
--
1.7.9.5
--
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