Skip to content

Commit

Permalink
PM: runtime: Fix typo in pm_runtime_set_active() helper comment
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Bean Huo authored and Rafael J. Wysocki committed Oct 20, 2020
1 parent 0b8417c commit aa9c9b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/linux/pm_runtime.h
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ static inline int pm_runtime_set_active(struct device *dev)
}

/**
* pm_runtime_set_suspended - Set runtime PM status to "active".
* pm_runtime_set_suspended - Set runtime PM status to "suspended".
* @dev: Target device.
*
* Set the runtime PM status of @dev to %RPM_SUSPENDED and ensure that
Expand Down

0 comments on commit aa9c9b3

Please sign in to comment.