PM / devfreq: correct comment typo.
authorMyungJoo Ham <myungjoo.ham@samsung.com>
Wed, 9 Nov 2016 01:29:14 +0000 (10:29 +0900)
committerChanwoo Choi <cw00.choi@samsung.com>
Mon, 4 Sep 2017 05:33:29 +0000 (14:33 +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

index bf3ea76..a324801 100644 (file)
@@ -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)