All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] PM / devfreq: correct comment typo.
       [not found] <CGME20161109013921epcms1p7e3a7f9daf4899a395dc0e73b1aa762df@epcms1p7>
@ 2016-11-09  1:39 ` MyungJoo Ham
  2016-11-09  1:46   ` Chanwoo Choi
  0 siblings, 1 reply; 2+ messages in thread
From: MyungJoo Ham @ 2016-11-09  1:39 UTC (permalink / raw)
  To: linux-pm@vger.kernel.org

[-- Attachment #1: Type: text/plain, Size: 769 bytes --]


The function name in the comment was incorrect.

Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
---
 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 @@ int devfreq_add_governor(struct devfreq_governor *governor)
 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)
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] PM / devfreq: correct comment typo.
  2016-11-09  1:39 ` [PATCH] PM / devfreq: correct comment typo MyungJoo Ham
@ 2016-11-09  1:46   ` Chanwoo Choi
  0 siblings, 0 replies; 2+ messages in thread
From: Chanwoo Choi @ 2016-11-09  1:46 UTC (permalink / raw)
  To: myungjoo.ham, linux-pm@vger.kernel.org

On 2016년 11월 09일 10:39, MyungJoo Ham wrote:
> 
> The function name in the comment was incorrect.
> 
> Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
> ---
>  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 @@ int devfreq_add_governor(struct devfreq_governor *governor)
>  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)
> 

Reviewed-by: Chanwoo Choi <cw00.choi@samsung.com>

-- 
Best Regards,
Chanwoo Choi

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-11-09  1:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <CGME20161109013921epcms1p7e3a7f9daf4899a395dc0e73b1aa762df@epcms1p7>
2016-11-09  1:39 ` [PATCH] PM / devfreq: correct comment typo MyungJoo Ham
2016-11-09  1:46   ` Chanwoo Choi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.