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] [thread-next>] [day] [month] [year] [list]
Date:   Fri, 3 Jul 2020 09:38:34 +0900
From:   Chanwoo Choi <cw00.choi@...sung.com>
To:     Kieran Bingham <kieran.bingham+renesas@...asonboard.com>,
        Kieran Bingham <kieran.bingham@...asonboard.com>
Cc:     linux-renesas-soc@...r.kernel.org,
        MyungJoo Ham <myungjoo.ham@...sung.com>,
        Kyungmin Park <kyungmin.park@...sung.com>,
        Jiri Kosina <trivial@...nel.org>,
        "open list:DEVICE FREQUENCY EVENT (DEVFREQ-EVENT)" 
        <linux-pm@...r.kernel.org>,
        open list <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH 12/17] drivers: devfreq: Fix trivial spelling

On 6/9/20 9:46 PM, Kieran Bingham wrote:
> The word 'descriptor' is misspelled throughout the tree.
> 
> Fix it up accordingly:
>     decriptors -> descriptors
> 
> Signed-off-by: Kieran Bingham <kieran.bingham+renesas@...asonboard.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 8c31b0f2e28f..56efbeb7851e 100644
> --- a/drivers/devfreq/devfreq-event.c
> +++ b/drivers/devfreq/devfreq-event.c
> @@ -293,7 +293,7 @@ static void devfreq_event_release_edev(struct device *dev)
>  /**
>   * devfreq_event_add_edev() - Add new devfreq-event device.
>   * @dev		: the device owning the devfreq-event device being created
> - * @desc	: the devfreq-event device's decriptor which include essential
> + * @desc	: the devfreq-event device's descriptor which include essential
>   *		  data for devfreq-event device.
>   *
>   * Note that this function add new devfreq-event device to devfreq-event class
> @@ -385,7 +385,7 @@ static void devm_devfreq_event_release(struct device *dev, void *res)
>  /**
>   * devm_devfreq_event_add_edev() - Resource-managed devfreq_event_add_edev()
>   * @dev		: the device owning the devfreq-event device being created
> - * @desc	: the devfreq-event device's decriptor which include essential
> + * @desc	: the devfreq-event device's descriptor which include essential
>   *		  data for devfreq-event device.
>   *
>   * Note that this function manages automatically the memory of devfreq-event
> 

Applied it. Thanks.

-- 
Best Regards,
Chanwoo Choi
Samsung Electronics

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ