2010-01-12 10:37:04

by Rakib Mullick

[permalink] [raw]
Subject: [PATCH] smp: Fix documentation in include/linux/smp.h

smp: Fix documentation.

Fix documentation in include/linux/smp.h: smp_processor_id()

Signed-off-by: Rakib Mullick <[email protected]>
---

--- linus/include/linux/smp.h 2010-01-06 20:11:08.000000000 +0600
+++ rakib/include/linux/smp.h 2010-01-12 16:22:33.000000000 +0600
@@ -154,7 +154,7 @@ smp_call_function_any(const struct cpuma
/*
* smp_processor_id(): get the current CPU ID.
*
- * if DEBUG_PREEMPT is enabled the we check whether it is
+ * if DEBUG_PREEMPT is enabled then we check whether it is
* used in a preemption-safe way. (smp_processor_id() is safe
* if it's used in a preemption-off critical section, or in
* a thread that is bound to the current CPU.)