From: Jonathan Neuschäfer Date: Sun, 19 Jun 2011 09:50:22 +0000 (+0200) Subject: stop_machine.h: "disables preeempt" -> "disables preemption" X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=1816315b10862277a961a70ec394b6607983041d;p=mv-sheeva.git stop_machine.h: "disables preeempt" -> "disables preemption" Use the noun instead of a misspelled verb. Signed-off-by: Jonathan Neuschäfer Signed-off-by: Jiri Kosina --- diff --git a/include/linux/stop_machine.h b/include/linux/stop_machine.h index 092dc9b1ce7..2d3f0b1b054 100644 --- a/include/linux/stop_machine.h +++ b/include/linux/stop_machine.h @@ -94,7 +94,7 @@ static inline int try_stop_cpus(const struct cpumask *cpumask, * stop_machine "Bogolock": stop the entire machine, disable * interrupts. This is a very heavy lock, which is equivalent to * grabbing every spinlock (and more). So the "read" side to such a - * lock is anything which disables preeempt. + * lock is anything which disables preemption. */ #if defined(CONFIG_STOP_MACHINE) && defined(CONFIG_SMP)