Skip to content

Commit 31693d0

Browse files
ColinIanKingkuba-moo
authored andcommitted
net: hns3: Fix spelling mistake "actvie" -> "active"
There is a spelling mistake in a netdev_info message. Fix it. Signed-off-by: Colin Ian King <colin.i.king@gmail.com> Link: https://lore.kernel.org/r/20220421085546.321792-1-colin.i.king@gmail.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
1 parent f28c47b commit 31693d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/net/ethernet/hisilicon/hns3/hns3_ethtool.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1915,7 +1915,7 @@ static int hns3_set_tunable(struct net_device *netdev,
19151915
return ret;
19161916
}
19171917

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

19211921
break;

0 commit comments

Comments
 (0)