OSDN Git Service

PM / core: Fix kerneldoc comments of four functions
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>
Fri, 13 Oct 2017 13:25:39 +0000 (15:25 +0200)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Sat, 21 Oct 2017 11:10:55 +0000 (13:10 +0200)
commitb082ddd8a6a3aa0399763bfb58fc7bdd84c95713
tree27721d658532015c464494ae106b23cbb7fdf986
parenta2ab5fc41533c952706ebdfaa378bb746e535cc1
PM / core: Fix kerneldoc comments of four functions

Fix the kerneldoc comments of __device_suspend_noirq(),
__device_suspend_late() and __device_suspend() where the function
names in kerneldoc don't match the actual names of the functions.

Also fix the device_resume_noirq() kerneldoc comment which mentions
"early resume" instead of "noirq resume" incorrectly.

Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Reviewed-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/base/power/main.c