OSDN Git Service

ethernet: amazon: ena: A typo fix in the file ena_com.h
authorBhaskar Chowdhury <unixbhaskar@gmail.com>
Sun, 14 Mar 2021 22:22:21 +0000 (03:52 +0530)
committerDavid S. Miller <davem@davemloft.net>
Mon, 15 Mar 2021 19:48:20 +0000 (12:48 -0700)
Mundane typo fix.

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Acked-by: Shay Agroskin <shayagr@amazon.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/amazon/ena/ena_com.h

index 343caf4..73b03ce 100644 (file)
@@ -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;