瀏覽代碼

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>
MyungJoo Ham 8 年之前
父節點
當前提交
bafeb42bd8
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/devfreq/devfreq.c

+ 1 - 1
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)