Commit b028813a authored by Yueh-Shun Li's avatar Yueh-Shun Li Committed by Jakub Kicinski
Browse files

i40e, xsk: fix comment typo



Spell "transmission" properly.

Found by searching for keyword "tranm".

Signed-off-by: default avatarYueh-Shun Li <shamrocklee@posteo.net>
Link: https://lore.kernel.org/r/20230622012627.15050-3-shamrocklee@posteo.net


Signed-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parent a7384f39
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)
{