Commit 8baa9905 authored by James Mayer's avatar James Mayer Committed by Linus Torvalds

[PATCH] Typo in linux_kernel_pm.c

parent d9c74f89
......@@ -31,7 +31,7 @@ int pm_active;
* Locking notes:
* pm_devs_lock can be a semaphore providing pm ops are not called
* from an interrupt handler (already a bad idea so no change here). Each
* change must be protected so that an unlink of an entry doesnt clash
* change must be protected so that an unlink of an entry doesn't clash
* with a pm send - which is permitted to sleep in the current architecture
*
* Module unloads clashing with pm events now work out safely, the module
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment