linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] PM / devfreq: spelling correction in a comment
@ 2021-01-04 13:59 Lukasz Luba
  2021-01-05  0:46 ` Chanwoo Choi
  0 siblings, 1 reply; 2+ messages in thread
From: Lukasz Luba @ 2021-01-04 13:59 UTC (permalink / raw)
  To: linux-kernel, cw00.choi
  Cc: myungjoo.ham, kyungmin.park, linux-pm, lukasz.luba

The device attribute exposed in sysfs is called 'polling_interval'. Align
the comment.

Signed-off-by: Lukasz Luba <lukasz.luba@arm.com>
---
Hi Chanwoo,

While grepping the devfreq polling_interval sources I've found
this trivial mistake in the comment.

Regards,
Lukasz

 drivers/devfreq/governor.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/devfreq/governor.h b/drivers/devfreq/governor.h
index 2a52f97b542d..70f44b3ca42e 100644
--- a/drivers/devfreq/governor.h
+++ b/drivers/devfreq/governor.h
@@ -40,7 +40,7 @@
 /*
  * Definition of governor attribute flags except for common sysfs attributes
  * - DEVFREQ_GOV_ATTR_POLLING_INTERVAL
- *   : Indicate polling_interal sysfs attribute
+ *   : Indicate polling_interval sysfs attribute
  * - DEVFREQ_GOV_ATTR_TIMER
  *   : Indicate timer sysfs attribute
  */
-- 
2.17.1


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

* Re: [PATCH] PM / devfreq: spelling correction in a comment
  2021-01-04 13:59 [PATCH] PM / devfreq: spelling correction in a comment Lukasz Luba
@ 2021-01-05  0:46 ` Chanwoo Choi
  0 siblings, 0 replies; 2+ messages in thread
From: Chanwoo Choi @ 2021-01-05  0:46 UTC (permalink / raw)
  To: Lukasz Luba
  Cc: linux-kernel, Chanwoo Choi, MyungJoo Ham, Kyungmin Park, Linux PM list

Hi Lukasz,

On Mon, Jan 4, 2021 at 11:01 PM Lukasz Luba <lukasz.luba@arm.com> wrote:
>
> The device attribute exposed in sysfs is called 'polling_interval'. Align
> the comment.
>
> Signed-off-by: Lukasz Luba <lukasz.luba@arm.com>
> ---
> Hi Chanwoo,
>
> While grepping the devfreq polling_interval sources I've found
> this trivial mistake in the comment.
>
> Regards,
> Lukasz
>
>  drivers/devfreq/governor.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/devfreq/governor.h b/drivers/devfreq/governor.h
> index 2a52f97b542d..70f44b3ca42e 100644
> --- a/drivers/devfreq/governor.h
> +++ b/drivers/devfreq/governor.h
> @@ -40,7 +40,7 @@
>  /*
>   * Definition of governor attribute flags except for common sysfs attributes
>   * - DEVFREQ_GOV_ATTR_POLLING_INTERVAL
> - *   : Indicate polling_interal sysfs attribute
> + *   : Indicate polling_interval sysfs attribute
>   * - DEVFREQ_GOV_ATTR_TIMER
>   *   : Indicate timer sysfs attribute
>   */
> --
> 2.17.1
>

Applied it. Thanks.

-- 
Best Regards,
Chanwoo Choi

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

end of thread, other threads:[~2021-01-05  0:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-04 13:59 [PATCH] PM / devfreq: spelling correction in a comment Lukasz Luba
2021-01-05  0:46 ` Chanwoo Choi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).