linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ethernet: amazon: ena: A typo fix in the file ena_com.h
@ 2021-03-14 22:22 Bhaskar Chowdhury
  2021-03-15  0:00 ` Randy Dunlap
  2021-03-15  9:00 ` Shay Agroskin
  0 siblings, 2 replies; 3+ messages in thread
From: Bhaskar Chowdhury @ 2021-03-14 22:22 UTC (permalink / raw)
  To: netanel, akiyano, gtzalik, saeedb, davem, kuba, shayagr, sameehj,
	unixbhaskar, netdev, linux-kernel
  Cc: rdunlap


Mundane typo fix.

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.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;
--
2.30.2


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] ethernet: amazon: ena: A typo fix in the file ena_com.h
  2021-03-14 22:22 [PATCH] ethernet: amazon: ena: A typo fix in the file ena_com.h Bhaskar Chowdhury
@ 2021-03-15  0:00 ` Randy Dunlap
  2021-03-15  9:00 ` Shay Agroskin
  1 sibling, 0 replies; 3+ messages in thread
From: Randy Dunlap @ 2021-03-15  0:00 UTC (permalink / raw)
  To: Bhaskar Chowdhury, netanel, akiyano, gtzalik, saeedb, davem,
	kuba, shayagr, sameehj, netdev, linux-kernel

On 3/14/21 3:22 PM, Bhaskar Chowdhury wrote:
> 
> Mundane typo fix.
> 
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>

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

> ---
>  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;
> --


-- 
~Randy


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] ethernet: amazon: ena: A typo fix in the file ena_com.h
  2021-03-14 22:22 [PATCH] ethernet: amazon: ena: A typo fix in the file ena_com.h Bhaskar Chowdhury
  2021-03-15  0:00 ` Randy Dunlap
@ 2021-03-15  9:00 ` Shay Agroskin
  1 sibling, 0 replies; 3+ messages in thread
From: Shay Agroskin @ 2021-03-15  9:00 UTC (permalink / raw)
  To: Bhaskar Chowdhury
  Cc: netanel, akiyano, gtzalik, saeedb, davem, kuba, sameehj, netdev,
	linux-kernel, rdunlap


Bhaskar Chowdhury <unixbhaskar@gmail.com> writes:

> Mundane typo fix.
>
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.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@amazon.com>

Thanks for your patch

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-03-15  9:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-14 22:22 [PATCH] ethernet: amazon: ena: A typo fix in the file ena_com.h Bhaskar Chowdhury
2021-03-15  0:00 ` Randy Dunlap
2021-03-15  9:00 ` Shay Agroskin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).