summaryrefslogtreecommitdiff
path: root/kernel/pm.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/pm.c')
-rw-r--r--kernel/pm.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/kernel/pm.c b/kernel/pm.c
index a710764606ba..afffd046c2f6 100644
--- a/kernel/pm.c
+++ b/kernel/pm.c
@@ -141,11 +141,11 @@ void pm_unregister_all(pm_callback callback)
* data field must hold the intended next state. No call is made
* if the state matches.
*
- * BUGS: what stops two power management requests occuring in parallel
+ * BUGS: what stops two power management requests occurring in parallel
* and conflicting.
*
* WARNING: Calling pm_send directly is not generally recommended, in
- * paticular there is no locking against the pm_dev going away. The
+ * particular there is no locking against the pm_dev going away. The
* caller must maintain all needed locking or have 'inside knowledge'
* on the safety. Also remember that this function is not locked against
* pm_unregister. This means that you must handle SMP races on callback
@@ -227,7 +227,7 @@ static void pm_undo_all(struct pm_dev *last)
* Zero is returned on success. If a suspend fails then the status
* from the device that vetoes the suspend is returned.
*
- * BUGS: what stops two power management requests occuring in parallel
+ * BUGS: what stops two power management requests occurring in parallel
* and conflicting.
*/