[PATCH] kernel:smp - Fix for typo in comment to function smp_call_function_single_async().

From: Shailendra Verma
Date: Sat May 23 2015 - 01:10:25 EST



Signed-off-by: Shailendra Verma <shailendra.capricorn@xxxxxxxxx>
---
kernel/smp.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kernel/smp.c b/kernel/smp.c
index 0785447..9954d82 100644
--- a/kernel/smp.c
+++ b/kernel/smp.c
@@ -314,7 +314,7 @@ EXPORT_SYMBOL(smp_call_function_single);
* @cpu: The CPU to run on.
* @csd: Pre-allocated and setup data structure
*
- * Like smp_call_function_single(), but the call is asynchonous and
+ * Like smp_call_function_single(), but the call is asynchronous and
* can thus be done from contexts with disabled interrupts.
*
* The caller passes his own pre-allocated data structure
--
1.7.9.5

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/