PM / devfreq: correct comment typo.
authorMyungJoo Ham <myungjoo.ham@samsung.com>
Wed, 9 Nov 2016 01:29:14 +0000 (10:29 +0900)
committerMyungJoo 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

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)