projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b8417c
)
PM: runtime: Fix typo in pm_runtime_set_active() helper comment
author
Bean Huo
<beanhuo@micron.com>
Tue, 20 Oct 2020 15:00:27 +0000
(17:00 +0200)
committer
Rafael J. Wysocki
<rafael.j.wysocki@intel.com>
Tue, 20 Oct 2020 17:45:14 +0000
(19:45 +0200)
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>
include/linux/pm_runtime.h
patch
|
blob
|
history
diff --git
a/include/linux/pm_runtime.h
b/include/linux/pm_runtime.h
index 6245caa18034c27028cd873b17980f98c2ee5f7b..18b02dcc168e54fb1036877d55f2c1e6a42fae0d 100644
(file)
--- 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