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:   Wed, 3 Feb 2021 19:35:27 -0800
From:   Randy Dunlap <rdunlap@...radead.org>
To:     Bhaskar Chowdhury <unixbhaskar@...il.com>, linux@...linux.org.uk,
        davem@...emloft.net, kuba@...nel.org,
        linux-arm-kernel@...ts.infradead.org, netdev@...r.kernel.org,
        linux-kernel@...r.kernel.org
Subject: Re: [PATCH V3] drivers: net: ethernet: i825xx: Fix couple of
 spellings in the file ether1.c

On 2/3/21 7:16 PM, Bhaskar Chowdhury wrote:
> 
> 
> s/initialsation/initialisation/
> s/specifiing/specifying/
> 
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@...il.com>

Aside from the Subject: being longer than needed, as Jakub commented,
it's fine for me.  Thanks.

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


> ---
> Changes from V2:
>    Adjust and make changes which are obvious as per Randy's suggestions
> 
>  drivers/net/ethernet/i825xx/ether1.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/net/ethernet/i825xx/ether1.c b/drivers/net/ethernet/i825xx/ether1.c
> index a0bfb509e002..c612ef526d16 100644
> --- a/drivers/net/ethernet/i825xx/ether1.c
> +++ b/drivers/net/ethernet/i825xx/ether1.c
> @@ -20,7 +20,7 @@
>   * 1.02	RMK	25/05/1997	Added code to restart RU if it goes not ready
>   * 1.03	RMK	14/09/1997	Cleaned up the handling of a reset during the TX interrupt.
>   *				Should prevent lockup.
> - * 1.04 RMK	17/09/1997	Added more info when initialsation of chip goes wrong.
> + * 1.04 RMK	17/09/1997	Added more info when initialisation of chip goes wrong.
>   *				TDR now only reports failure when chip reports non-zero
>   *				TDR time-distance.
>   * 1.05	RMK	31/12/1997	Removed calls to dev_tint for 2.1
> @@ -117,7 +117,7 @@ ether1_outw_p (struct net_device *dev, unsigned short val, int addr, int svflgs)
>   * Some inline assembler to allow fast transfers on to/off of the card.
>   * Since this driver depends on some features presented by the ARM
>   * specific architecture, and that you can't configure this driver
> - * without specifiing ARM mode, this is not a problem.
> + * without specifying ARM mode, this is not a problem.
>   *
>   * This routine is essentially an optimised memcpy from the card's
>   * onboard RAM to kernel memory.
> --


-- 
~Randy

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ