lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Wed, 24 Mar 2021 00:29:32 +0900
From:   Chanwoo Choi <cwchoi00@...il.com>
To:     Bhaskar Chowdhury <unixbhaskar@...il.com>, cw00.choi@...sung.com,
        myungjoo.ham@...sung.com, kyungmin.park@...sung.com,
        linux-pm@...r.kernel.org, linux-kernel@...r.kernel.org
Cc:     rdunlap@...radead.org
Subject: Re: [PATCH] PM: devfreq: Couple of typo fixes

On 21. 3. 18. 오후 8:20, Bhaskar Chowdhury wrote:
> 
> s/stoping/stopping/
> s/opeations/operations/
> 
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@...il.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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ