Message ID | 20220421085546.321792-1-colin.i.king@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 31693d02b06ed2f0ac668cede16cf3258e86204e |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | [next] net: hns3: Fix spelling mistake "actvie" -> "active" | expand |
Hello: This patch was applied to netdev/net-next.git (master) by Jakub Kicinski <kuba@kernel.org>: On Thu, 21 Apr 2022 09:55:46 +0100 you wrote: > There is a spelling mistake in a netdev_info message. Fix it. > > Signed-off-by: Colin Ian King <colin.i.king@gmail.com> > --- > drivers/net/ethernet/hisilicon/hns3/hns3_ethtool.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Here is the summary with links: - [next] net: hns3: Fix spelling mistake "actvie" -> "active" https://git.kernel.org/netdev/net-next/c/31693d02b06e You are awesome, thank you!
diff --git a/drivers/net/ethernet/hisilicon/hns3/hns3_ethtool.c b/drivers/net/ethernet/hisilicon/hns3/hns3_ethtool.c index bb001f597857..1db8a86f046d 100644 --- a/drivers/net/ethernet/hisilicon/hns3/hns3_ethtool.c +++ b/drivers/net/ethernet/hisilicon/hns3/hns3_ethtool.c @@ -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;
There is a spelling mistake in a netdev_info message. Fix it. Signed-off-by: Colin Ian King <colin.i.king@gmail.com> --- drivers/net/ethernet/hisilicon/hns3/hns3_ethtool.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)