From: MyungJoo Ham Date: Wed, 9 Nov 2016 01:29:14 +0000 (+0900) Subject: PM / devfreq: correct comment typo. X-Git-Tag: rel_imx_4.19.35_1.1.0~13405^2^4~6^2~1 X-Git-Url: https://git.somdevices.com/?a=commitdiff_plain;h=bafeb42bd80fb269d5cc396d28165818aae5994c;p=linux.git PM / devfreq: correct comment typo. The function name in the comment was incorrect. Signed-off-by: MyungJoo Ham Reviewed-by: Chanwoo Choi --- 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: 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)