Skip to content

Commit

Permalink
stop_machine.h: "disables preeempt" -> "disables preemption"
Browse files Browse the repository at this point in the history
Use the noun instead of a misspelled verb.

Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
  • Loading branch information
Jonathan Neuschäfer authored and Jiri Kosina committed Jun 20, 2011
1 parent 4ca9d78 commit 1816315
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/linux/stop_machine.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 1816315

Please sign in to comment.