Skip to content

Commit d46bca6

Browse files
committed
Merge tag 'pm-5.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Pull power management fix from Rafael Wysocki: "Fix a kernedoc comment that doesn't match the behavior of the function documented by it" * tag 'pm-5.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm: PM: runtime: Fix pm_runtime_active() kerneldoc comment
2 parents 1e050cd + 444dd87 commit d46bca6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/linux/pm_runtime.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ static inline bool pm_runtime_suspended(struct device *dev)
129129
* pm_runtime_active - Check whether or not a device is runtime-active.
130130
* @dev: Target device.
131131
*
132-
* Return %true if runtime PM is enabled for @dev and its runtime PM status is
132+
* Return %true if runtime PM is disabled for @dev or its runtime PM status is
133133
* %RPM_ACTIVE, or %false otherwise.
134134
*
135135
* Note that the return value of this function can only be trusted if it is

0 commit comments

Comments
 (0)