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:   Mon, 15 Mar 2021 11:00:57 +0200
From:   Shay Agroskin <shayagr@...zon.com>
To:     Bhaskar Chowdhury <unixbhaskar@...il.com>
CC:     <netanel@...zon.com>, <akiyano@...zon.com>, <gtzalik@...zon.com>,
        <saeedb@...zon.com>, <davem@...emloft.net>, <kuba@...nel.org>,
        <sameehj@...zon.com>, <netdev@...r.kernel.org>,
        <linux-kernel@...r.kernel.org>, <rdunlap@...radead.org>
Subject: Re: [PATCH] ethernet: amazon: ena: A typo fix in the file ena_com.h


Bhaskar Chowdhury <unixbhaskar@...il.com> writes:

> Mundane typo fix.
>
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@...il.com>
> ---
>  drivers/net/ethernet/amazon/ena/ena_com.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/net/ethernet/amazon/ena/ena_com.h 
> b/drivers/net/ethernet/amazon/ena/ena_com.h
> index 343caf41e709..73b03ce59412 100644
> --- a/drivers/net/ethernet/amazon/ena/ena_com.h
> +++ b/drivers/net/ethernet/amazon/ena/ena_com.h
> @@ -124,7 +124,7 @@ struct ena_com_io_cq {
>
>  	/* holds the number of cdesc of the current packet */
>  	u16 cur_rx_pkt_cdesc_count;
> -	/* save the firt cdesc idx of the current packet */
> +	/* save the first cdesc idx of the current packet */
>  	u16 cur_rx_pkt_cdesc_start_idx;
>
>  	u16 q_depth;

Acked-by: Shay Agroskin <shayagr@...zon.com>

Thanks for your patch

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ