Commit aa9c9b3f authored by Bean Huo's avatar Bean Huo Committed by Rafael J. Wysocki

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: default avatarBean Huo <beanhuo@micron.com>
[ rjw: Subject edit ]
Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
parent 0b8417c1
...@@ -479,7 +479,7 @@ static inline int pm_runtime_set_active(struct device *dev) ...@@ -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. * @dev: Target device.
* *
* Set the runtime PM status of @dev to %RPM_SUSPENDED and ensure that * Set the runtime PM status of @dev to %RPM_SUSPENDED and ensure that
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment