Skip to content

Commit

Permalink
net: hns3: Fix spelling mistake "actvie" -> "active"
Browse files Browse the repository at this point in the history
There is a spelling mistake in a netdev_info message. Fix it.

Signed-off-by: Colin Ian King <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jakub Kicinski <[email protected]>
  • Loading branch information
ColinIanKing authored and kuba-moo committed Apr 22, 2022
1 parent f28c47b commit 31693d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/ethernet/hisilicon/hns3/hns3_ethtool.c
Original file line number Diff line number Diff line change
Expand Up @@ -1915,7 +1915,7 @@ static int hns3_set_tunable(struct net_device *netdev,
return ret;
}

netdev_info(netdev, "the actvie tx spare buf size is %u, due to page order\n",
netdev_info(netdev, "the active tx spare buf size is %u, due to page order\n",
priv->ring->tx_spare->len);

break;
Expand Down

0 comments on commit 31693d0

Please sign in to comment.