diff options
author | MyungJoo Ham <myungjoo.ham@samsung.com> | 2016-11-08 20:29:14 -0500 |
---|---|---|
committer | MyungJoo Ham <myungjoo.ham@samsung.com> | 2016-11-16 21:31:28 -0500 |
commit | bafeb42bd80fb269d5cc396d28165818aae5994c (patch) | |
tree | e5797398862ca3efe76dfb6483d87f866e017225 /drivers/devfreq/devfreq.c | |
parent | 6bbda2d4f83f7bfeb20fcf67670c47193d6ee6b0 (diff) |
PM / devfreq: correct comment typo.
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>
Diffstat (limited to 'drivers/devfreq/devfreq.c')
-rw-r--r-- | drivers/devfreq/devfreq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/devfreq/devfreq.c b/drivers/devfreq/devfreq.c index bf3ea7603a58..a324801d6a66 100644 --- a/drivers/devfreq/devfreq.c +++ b/drivers/devfreq/devfreq.c | |||
@@ -850,7 +850,7 @@ err_out: | |||
850 | EXPORT_SYMBOL(devfreq_add_governor); | 850 | EXPORT_SYMBOL(devfreq_add_governor); |
851 | 851 | ||
852 | /** | 852 | /** |
853 | * devfreq_remove_device() - Remove devfreq feature from a device. | 853 | * devfreq_remove_governor() - Remove devfreq feature from a device. |
854 | * @governor: the devfreq governor to be removed | 854 | * @governor: the devfreq governor to be removed |
855 | */ | 855 | */ |
856 | int devfreq_remove_governor(struct devfreq_governor *governor) | 856 | int devfreq_remove_governor(struct devfreq_governor *governor) |