i40e, xsk: fix comment typo
authorYueh-Shun Li <shamrocklee@posteo.net>
Thu, 22 Jun 2023 01:26:25 +0000 (01:26 +0000)
committerJakub Kicinski <kuba@kernel.org>
Fri, 23 Jun 2023 02:38:46 +0000 (19:38 -0700)
Spell "transmission" properly.

Found by searching for keyword "tranm".

Signed-off-by: Yueh-Shun Li <shamrocklee@posteo.net>
Link: https://lore.kernel.org/r/20230622012627.15050-3-shamrocklee@posteo.net
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/intel/i40e/i40e_xsk.c

index cd7b52f..05ec118 100644 (file)
@@ -582,7 +582,7 @@ static void i40e_clean_xdp_tx_buffer(struct i40e_ring *tx_ring,
  * @vsi: Current VSI
  * @tx_ring: XDP Tx ring
  *
- * Returns true if cleanup/tranmission is done.
+ * Returns true if cleanup/transmission is done.
  **/
 bool i40e_clean_xdp_tx_irq(struct i40e_vsi *vsi, struct i40e_ring *tx_ring)
 {