diff options
author | Bean Huo <beanhuo@micron.com> | 2020-10-20 18:00:27 +0300 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2020-10-20 20:45:14 +0300 |
commit | aa9c9b3f3f08cb0fda8a8139e6fb302c9a2e21ed (patch) | |
tree | 54192d4eb936c255ac11f1dd9c82c1e423a296ca /include/linux/pm_runtime.h | |
parent | 0b8417c14181595997091145342954332fa016cd (diff) | |
download | linux-aa9c9b3f3f08cb0fda8a8139e6fb302c9a2e21ed.tar.xz |
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>
Diffstat (limited to 'include/linux/pm_runtime.h')
-rw-r--r-- | include/linux/pm_runtime.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/pm_runtime.h b/include/linux/pm_runtime.h index 6245caa18034..18b02dcc168e 100644 --- a/include/linux/pm_runtime.h +++ b/include/linux/pm_runtime.h @@ -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 |