Skip to content

Commit

Permalink
ethernet: amazon: ena: A typo fix in the file ena_com.h
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Bhaskar Chowdhury authored and David S. Miller committed Mar 15, 2021
1 parent 9cb24ea commit a7dde23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/ethernet/amazon/ena/ena_com.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit a7dde23

Please sign in to comment.