projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6bbda2d
)
PM / devfreq: correct comment typo.
author
MyungJoo Ham
<myungjoo.ham@samsung.com>
Wed, 9 Nov 2016 01:29:14 +0000
(10:29 +0900)
committer
MyungJoo Ham
<myungjoo.ham@samsung.com>
Thu, 17 Nov 2016 02:31:28 +0000
(11:31 +0900)
The function name in the comment was incorrect.
Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
Reviewed-by: Chanwoo Choi <cw00.choi@samsung.com>
drivers/devfreq/devfreq.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/devfreq/devfreq.c
b/drivers/devfreq/devfreq.c
index bf3ea7603a58a9705d51feb271a61507f5c779e9..a324801d6a664cd707d70d673611cade4d43bd9d 100644
(file)
--- a/
drivers/devfreq/devfreq.c
+++ b/
drivers/devfreq/devfreq.c
@@
-850,7
+850,7
@@
err_out:
EXPORT_SYMBOL(devfreq_add_governor);
/**
- * devfreq_remove_
device
() - Remove devfreq feature from a device.
+ * devfreq_remove_
governor
() - Remove devfreq feature from a device.
* @governor: the devfreq governor to be removed
*/
int devfreq_remove_governor(struct devfreq_governor *governor)