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

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.netSigned-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parent a7384f39
......@@ -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)
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment