1
0
Fork 0

PM / core: fix kerneldoc comment for device_pm_wait_for_dev()

Rearrange comment to make the comment style consistent, the previous
function parameters are described first.

Signed-off-by: Yangtao Li <tiny.windzz@gmail.com>
Acked-by: Pavel Machek <pavel@ucw.cz>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
hifive-unleashed-5.2
Yangtao Li 2019-03-15 23:48:41 -04:00 committed by Rafael J. Wysocki
parent c4a586fdd4
commit 0b237cb2fc
1 changed files with 1 additions and 1 deletions

View File

@ -2069,8 +2069,8 @@ EXPORT_SYMBOL_GPL(__suspend_report_result);
/**
* device_pm_wait_for_dev - Wait for suspend/resume of a device to complete.
* @dev: Device to wait for.
* @subordinate: Device that needs to wait for @dev.
* @dev: Device to wait for.
*/
int device_pm_wait_for_dev(struct device *subordinate, struct device *dev)
{