From 9927f47ed16690bea4fddc6db2d64b76a586f40f Mon Sep 17 00:00:00 2001 From: MyungJoo Ham Date: Wed, 9 Nov 2016 10:29:14 +0900 Subject: [PATCH] PM / devfreq: correct comment typo. The function name in the comment was incorrect. Signed-off-by: MyungJoo Ham Reviewed-by: Chanwoo Choi --- drivers/devfreq/devfreq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/devfreq/devfreq.c b/drivers/devfreq/devfreq.c index bf3ea76..a324801 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) -- 2.7.4