linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] PM: devfreq:  Couple of typo fixes
@ 2021-03-18 11:20 Bhaskar Chowdhury
  2021-03-18 18:10 ` Randy Dunlap
  2021-03-23 15:29 ` Chanwoo Choi
  0 siblings, 2 replies; 3+ messages in thread
From: Bhaskar Chowdhury @ 2021-03-18 11:20 UTC (permalink / raw)
  To: cw00.choi, myungjoo.ham, kyungmin.park, linux-pm, linux-kernel
  Cc: rdunlap, Bhaskar Chowdhury


s/stoping/stopping/
s/opeations/operations/

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

diff --git a/drivers/devfreq/devfreq-event.c b/drivers/devfreq/devfreq-event.c
index 6765c03334bc..2f841d7d9d8d 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 stopping the progress of whole sequence of devfreq-event dev.
  */
 int devfreq_event_get_event(struct devfreq_event_dev *edev,
 			    struct devfreq_event_data *edata)
@@ -184,7 +184,7 @@ int devfreq_event_get_event(struct devfreq_event_dev *edev,
 EXPORT_SYMBOL_GPL(devfreq_event_get_event);

 /**
- * devfreq_event_reset_event() - Reset all opeations of devfreq-event dev.
+ * devfreq_event_reset_event() - Reset all operations of devfreq-event dev.
  * @edev	: the devfreq-event device
  *
  * Note that this function stop all operations of devfreq-event dev and reset
--
2.26.2


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

* Re: [PATCH] PM: devfreq: Couple of typo fixes
  2021-03-18 11:20 [PATCH] PM: devfreq: Couple of typo fixes Bhaskar Chowdhury
@ 2021-03-18 18:10 ` Randy Dunlap
  2021-03-23 15:29 ` Chanwoo Choi
  1 sibling, 0 replies; 3+ messages in thread
From: Randy Dunlap @ 2021-03-18 18:10 UTC (permalink / raw)
  To: Bhaskar Chowdhury, cw00.choi, myungjoo.ham, kyungmin.park,
	linux-pm, linux-kernel

On 3/18/21 4:20 AM, Bhaskar Chowdhury wrote:
> 
> s/stoping/stopping/
> s/opeations/operations/
> 
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>

Acked-by: Randy Dunlap <rdunlap@infradead.org>

> ---
>  drivers/devfreq/devfreq-event.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/devfreq/devfreq-event.c b/drivers/devfreq/devfreq-event.c
> index 6765c03334bc..2f841d7d9d8d 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 stopping the progress of whole sequence of devfreq-event dev.
>   */
>  int devfreq_event_get_event(struct devfreq_event_dev *edev,
>  			    struct devfreq_event_data *edata)
> @@ -184,7 +184,7 @@ int devfreq_event_get_event(struct devfreq_event_dev *edev,
>  EXPORT_SYMBOL_GPL(devfreq_event_get_event);
> 
>  /**
> - * devfreq_event_reset_event() - Reset all opeations of devfreq-event dev.
> + * devfreq_event_reset_event() - Reset all operations of devfreq-event dev.
>   * @edev	: the devfreq-event device
>   *
>   * Note that this function stop all operations of devfreq-event dev and reset
> --
> 2.26.2
> 


-- 
~Randy


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

* Re: [PATCH] PM: devfreq: Couple of typo fixes
  2021-03-18 11:20 [PATCH] PM: devfreq: Couple of typo fixes Bhaskar Chowdhury
  2021-03-18 18:10 ` Randy Dunlap
@ 2021-03-23 15:29 ` Chanwoo Choi
  1 sibling, 0 replies; 3+ messages in thread
From: Chanwoo Choi @ 2021-03-23 15:29 UTC (permalink / raw)
  To: Bhaskar Chowdhury, cw00.choi, myungjoo.ham, kyungmin.park,
	linux-pm, linux-kernel
  Cc: rdunlap

On 21. 3. 18. 오후 8:20, Bhaskar Chowdhury wrote:
> 
> s/stoping/stopping/
> s/opeations/operations/
> 
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
> ---
>   drivers/devfreq/devfreq-event.c | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/devfreq/devfreq-event.c b/drivers/devfreq/devfreq-event.c
> index 6765c03334bc..2f841d7d9d8d 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 stopping the progress of whole sequence of devfreq-event dev.
>    */
>   int devfreq_event_get_event(struct devfreq_event_dev *edev,
>   			    struct devfreq_event_data *edata)
> @@ -184,7 +184,7 @@ int devfreq_event_get_event(struct devfreq_event_dev *edev,
>   EXPORT_SYMBOL_GPL(devfreq_event_get_event);
> 
>   /**
> - * devfreq_event_reset_event() - Reset all opeations of devfreq-event dev.
> + * devfreq_event_reset_event() - Reset all operations of devfreq-event dev.
>    * @edev	: the devfreq-event device
>    *
>    * Note that this function stop all operations of devfreq-event dev and reset
> --
> 2.26.2
> 

Thanks for fixup. I think that you can squash this patch with
patch[1] as you sent.
[1] [PATCH] PM/devfreq: event: A typo fix

And please use the following patch title
-PM / devfreq: event: Fix typos


-- 
Best Regards,
Samsung Electronics
Chanwoo Choi

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

end of thread, other threads:[~2021-03-23 15:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-18 11:20 [PATCH] PM: devfreq: Couple of typo fixes Bhaskar Chowdhury
2021-03-18 18:10 ` Randy Dunlap
2021-03-23 15:29 ` 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).