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 for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Wed, 31 Mar 2021 09:59:56 +0200
From:   Nicolas Ferre <nicolas.ferre@...rochip.com>
To:     Bhaskar Chowdhury <unixbhaskar@...il.com>,
        <mturquette@...libre.com>, <sboyd@...nel.org>,
        <alexandre.belloni@...tlin.com>, <ludovic.desroches@...rochip.com>,
        <claudiu.beznea@...rochip.com>, <eugen.hristev@...rochip.com>,
        <tudor.ambarus@...rochip.com>, <linux-clk@...r.kernel.org>,
        <linux-arm-kernel@...ts.infradead.org>,
        <linux-kernel@...r.kernel.org>
CC:     <rdunlap@...radead.org>
Subject: Re: [PATCH] clk: at91: Trivial typo fixes in the file sama7g5.c

On 13/03/2021 at 06:32, Bhaskar Chowdhury wrote:
> s/critial/critical/  ......two different places
> s/parrent/parent/
> 
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@...il.com>

Acked-by: Nicolas Ferre <nicolas.ferre@...rochip.com>

> ---
>   drivers/clk/at91/sama7g5.c | 6 +++---
>   1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/drivers/clk/at91/sama7g5.c b/drivers/clk/at91/sama7g5.c
> index a6e20b35960e..9e1ec48c4474 100644
> --- a/drivers/clk/at91/sama7g5.c
> +++ b/drivers/clk/at91/sama7g5.c
> @@ -166,7 +166,7 @@ static const struct {
>                    .c = &pll_characteristics,
>                    .t = PLL_TYPE_FRAC,
>                     /*
> -                   * This feeds syspll_divpmcck which may feed critial parts
> +                   * This feeds syspll_divpmcck which may feed critical parts
>                      * of the systems like timers. Therefore it should not be
>                      * disabled.
>                      */
> @@ -178,7 +178,7 @@ static const struct {
>                    .c = &pll_characteristics,
>                    .t = PLL_TYPE_DIV,
>                     /*
> -                   * This may feed critial parts of the systems like timers.
> +                   * This may feed critical parts of the systems like timers.
>                      * Therefore it should not be disabled.
>                      */
>                    .f = CLK_IS_CRITICAL | CLK_SET_RATE_GATE,
> @@ -455,7 +455,7 @@ static const struct {
>    * @pp:                        PLL parents
>    * @pp_mux_table:      PLL parents mux table
>    * @r:                 clock output range
> - * @pp_chg_id:         id in parrent array of changeable PLL parent
> + * @pp_chg_id:         id in parent array of changeable PLL parent
>    * @pp_count:          PLL parents count
>    * @id:                        clock id
>    */
> --
> 2.26.2
> 


-- 
Nicolas Ferre

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ