summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon/hns3
diff options
context:
space:
mode:
authorColin Ian King <colin.i.king@gmail.com>2022-03-15 22:29:14 +0000
committerJakub Kicinski <kuba@kernel.org>2022-03-16 19:29:13 -0700
commitf403443015c6520d146813ec48cbfce0c902ccc0 (patch)
tree2f2fe2fe74a34f6ac54e667c6e6b659bd086344f /drivers/net/ethernet/hisilicon/hns3
parent2fc559c8cba028aaa80f73796a8ce5325418fb3e (diff)
downloadlinux-stable-f403443015c6520d146813ec48cbfce0c902ccc0.tar.gz
linux-stable-f403443015c6520d146813ec48cbfce0c902ccc0.tar.bz2
linux-stable-f403443015c6520d146813ec48cbfce0c902ccc0.zip
net: hns3: Fix spelling mistake "does't" -> "doesn't"
There is a spelling mistake in a dev_warn message. Fix it. Signed-off-by: Colin Ian King <colin.i.king@gmail.com> Link: https://lore.kernel.org/r/20220315222914.2960786-1-colin.i.king@gmail.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'drivers/net/ethernet/hisilicon/hns3')
-rw-r--r--drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_tm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_tm.c b/drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_tm.c
index 089f4444b7e3..1f87a8a3fe32 100644
--- a/drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_tm.c
+++ b/drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_tm.c
@@ -1225,7 +1225,7 @@ static int hclge_tm_pri_dwrr_cfg(struct hclge_dev *hdev)
ret = hclge_tm_ets_tc_dwrr_cfg(hdev);
if (ret == -EOPNOTSUPP) {
dev_warn(&hdev->pdev->dev,
- "fw %08x does't support ets tc weight cmd\n",
+ "fw %08x doesn't support ets tc weight cmd\n",
hdev->fw_version);
ret = 0;
}