Commit cfd8d6c0ed89ba387609419e3d8d4c6b92a5d446

Authored by Rakib Mullick
Committed by Linus Torvalds
1 parent 72c3368856

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 <rakib.mullick@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -154,7 +154,7 @@
154 154 /*
155 155 * smp_processor_id(): get the current CPU ID.
156 156 *
157   - * if DEBUG_PREEMPT is enabled the we check whether it is
  157 + * if DEBUG_PREEMPT is enabled then we check whether it is
158 158 * used in a preemption-safe way. (smp_processor_id() is safe
159 159 * if it's used in a preemption-off critical section, or in
160 160 * a thread that is bound to the current CPU.)