Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 118103
b: refs/heads/master
c: 6515136
h: refs/heads/master
i:
  118101: 280d6e7
  118099: 720a58c
  118095: b2fe975
v: v3
  • Loading branch information
Qinghuang Feng authored and Greg Kroah-Hartman committed Oct 29, 2008
1 parent 4b604cb commit e00501f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: bb20698d46bac1b2b48cfe1fcb33e54ac885946a
refs/heads/master: 65151365ad59af00e229d0fe33b4f1f9350c685f
4 changes: 2 additions & 2 deletions trunk/drivers/base/sys.c
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ static void __sysdev_resume(struct sys_device *dev)
* sysdev_suspend - Suspend all system devices.
* @state: Power state to enter.
*
* We perform an almost identical operation as sys_device_shutdown()
* We perform an almost identical operation as sysdev_shutdown()
* above, though calling ->suspend() instead. Interrupts are disabled
* when this called. Devices are responsible for both saving state and
* quiescing or powering down the device.
Expand Down Expand Up @@ -437,7 +437,7 @@ int sysdev_suspend(pm_message_t state)
/**
* sysdev_resume - Bring system devices back to life.
*
* Similar to sys_device_suspend(), but we iterate the list forwards
* Similar to sysdev_suspend(), but we iterate the list forwards
* to guarantee that parent devices are resumed before their children.
*
* Note: Interrupts are disabled when called.
Expand Down

0 comments on commit e00501f

Please sign in to comment.