Re: [PATCH] PM: devfreq: Couple of typo fixes

2021-03-23 Thread Chanwoo Choi

On 21. 3. 18. 오후 8:20, Bhaskar Chowdhury wrote:


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

Signed-off-by: Bhaskar Chowdhury 
---
  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


Re: [PATCH] PM: devfreq: Couple of typo fixes

2021-03-18 Thread Randy Dunlap
On 3/18/21 4:20 AM, Bhaskar Chowdhury wrote:
> 
> s/stoping/stopping/
> s/opeations/operations/
> 
> Signed-off-by: Bhaskar Chowdhury 

Acked-by: Randy Dunlap 

> ---
>  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



[PATCH] PM: devfreq: Couple of typo fixes

2021-03-18 Thread Bhaskar Chowdhury


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

Signed-off-by: Bhaskar Chowdhury 
---
 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