Skip to content

Commit aa9c9b3

Browse files
beanhuorafaeljw
authored andcommitted
PM: runtime: Fix typo in pm_runtime_set_active() helper comment
This patch is to fix typo in the comment of helper pm_runtime_set_active(). Signed-off-by: Bean Huo <beanhuo@micron.com> [ rjw: Subject edit ] Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
1 parent 0b8417c commit aa9c9b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/linux/pm_runtime.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@ static inline int pm_runtime_set_active(struct device *dev)
479479
}
480480

481481
/**
482-
* pm_runtime_set_suspended - Set runtime PM status to "active".
482+
* pm_runtime_set_suspended - Set runtime PM status to "suspended".
483483
* @dev: Target device.
484484
*
485485
* Set the runtime PM status of @dev to %RPM_SUSPENDED and ensure that

0 commit comments

Comments
 (0)