All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] PM: devfreq: Fix a typo
@ 2021-03-22  7:24 Bhaskar Chowdhury
  2021-03-22 19:34 ` Randy Dunlap
  0 siblings, 1 reply; 2+ messages in thread
From: Bhaskar Chowdhury @ 2021-03-22  7:24 UTC (permalink / raw)
  To: cw00.choi, myungjoo.ham, kyungmin.park, linux-pm, linux-kernel
  Cc: rdunlap, Bhaskar Chowdhury


s/stoping/stooping/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
 drivers/devfreq/devfreq-event.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/devfreq/devfreq-event.c b/drivers/devfreq/devfreq-event.c
index 6765c03334bc..5e1908507783 100644
--- a/drivers/devfreq/devfreq-event.c
+++ b/drivers/devfreq/devfreq-event.c
@@ -155,7 +155,7 @@ EXPORT_SYMBOL_GPL(devfreq_event_set_event);
  * @edata	: the calculated data of devfreq-event device
  *
  * Note that this function get the calculated event data from devfreq-event dev
- * after stoping the progress of whole sequence of devfreq-event dev.
+ * after stooping the progress of whole sequence of devfreq-event dev.
  */
 int devfreq_event_get_event(struct devfreq_event_dev *edev,
 			    struct devfreq_event_data *edata)
--
2.31.0


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

* Re: [PATCH] PM: devfreq: Fix a typo
  2021-03-22  7:24 [PATCH] PM: devfreq: Fix a typo Bhaskar Chowdhury
@ 2021-03-22 19:34 ` Randy Dunlap
  0 siblings, 0 replies; 2+ messages in thread
From: Randy Dunlap @ 2021-03-22 19:34 UTC (permalink / raw)
  To: Bhaskar Chowdhury, cw00.choi, myungjoo.ham, kyungmin.park,
	linux-pm, linux-kernel

On 3/22/21 12:24 AM, Bhaskar Chowdhury wrote:
> 
> s/stoping/stooping/

nope.

> 
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
> ---
>  drivers/devfreq/devfreq-event.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/devfreq/devfreq-event.c b/drivers/devfreq/devfreq-event.c
> index 6765c03334bc..5e1908507783 100644
> --- a/drivers/devfreq/devfreq-event.c
> +++ b/drivers/devfreq/devfreq-event.c
> @@ -155,7 +155,7 @@ EXPORT_SYMBOL_GPL(devfreq_event_set_event);
>   * @edata	: the calculated data of devfreq-event device
>   *
>   * Note that this function get the calculated event data from devfreq-event dev
> - * after stoping the progress of whole sequence of devfreq-event dev.
> + * after stooping the progress of whole sequence of devfreq-event dev.
>   */
>  int devfreq_event_get_event(struct devfreq_event_dev *edev,
>  			    struct devfreq_event_data *edata)
> --


-- 
~Randy


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

end of thread, other threads:[~2021-03-22 19:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-22  7:24 [PATCH] PM: devfreq: Fix a typo Bhaskar Chowdhury
2021-03-22 19:34 ` Randy Dunlap

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.