2015-05-23 05:10:17

by Shailendra Verma

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


Signed-off-by: Shailendra Verma <[email protected]>
---
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