net: hns3: Fix spelling mistake "actvie" -> "active"
authorColin Ian King <colin.i.king@gmail.com>
Thu, 21 Apr 2022 08:55:46 +0000 (09:55 +0100)
committerJakub Kicinski <kuba@kernel.org>
Fri, 22 Apr 2022 23:44:12 +0000 (16:44 -0700)
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>
drivers/net/ethernet/hisilicon/hns3/hns3_ethtool.c

index bb001f5..1db8a86 100644 (file)
@@ -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;