]> git.karo-electronics.de Git - karo-tx-linux.git/commit
PM / Runtime: Fix kerneldoc comment for rpm_suspend()
authorMing Lei <ming.lei@canonical.com>
Wed, 12 Oct 2011 03:53:32 +0000 (11:53 +0800)
committerRafael J. Wysocki <rjw@sisk.pl>
Wed, 12 Oct 2011 20:59:17 +0000 (22:59 +0200)
commitc041d3c749b0e63fd9e7e9b700c29861fe8a7567
treea6dc3880ba35c0cfbd655c6309fff12efaa23e36
parent71578c509c2f2b0887154f17ed07553d0452c237
PM / Runtime: Fix kerneldoc comment for rpm_suspend()

This patch fix kerneldoc comments for rpm_suspend():

 - 'Cancel a pending idle notification' should be put before, also
   should be changed to 'Cancel a pending idle notification,
   autosuspend or suspend'.

 - idle notification for the device after succeeding suspend has
   been removed, so update the comment accordingly.

[rjw: Modified the subject and changelog slightly.]

Signed-off-by: Ming Lei <ming.lei@canonical.com>
Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
drivers/base/power/runtime.c