Netdev Archive on lore.kernel.org
help / color / mirror / Atom feed
* [PATCH] net: hns3: fix spelling mistake "could'nt" -> "couldn't"
@ 2020-08-06 11:42 Colin King
2020-08-06 19:05 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: Colin King @ 2020-08-06 11:42 UTC (permalink / raw)
To: Yisen Zhuang, Salil Mehta, David S . Miller, Jakub Kicinski,
Huazhong Tan, netdev
Cc: kernel-janitors, linux-kernel
From: Colin Ian King <colin.king@canonical.com>
There is a spelling mistake in a dev_err message. Fix it.
Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
drivers/net/ethernet/hisilicon/hns3/hns3vf/hclgevf_main.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/net/ethernet/hisilicon/hns3/hns3vf/hclgevf_main.c b/drivers/net/ethernet/hisilicon/hns3/hns3vf/hclgevf_main.c
index 9162856de1b1..e972138a14ad 100644
--- a/drivers/net/ethernet/hisilicon/hns3/hns3vf/hclgevf_main.c
+++ b/drivers/net/ethernet/hisilicon/hns3/hns3vf/hclgevf_main.c
@@ -1728,7 +1728,7 @@ static int hclgevf_reset_wait(struct hclgevf_dev *hdev)
/* hardware completion status should be available by this time */
if (ret) {
dev_err(&hdev->pdev->dev,
- "could'nt get reset done status from h/w, timeout!\n");
+ "couldn't get reset done status from h/w, timeout!\n");
return ret;
}
--
2.27.0
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] net: hns3: fix spelling mistake "could'nt" -> "couldn't"
2020-08-06 11:42 [PATCH] net: hns3: fix spelling mistake "could'nt" -> "couldn't" Colin King
@ 2020-08-06 19:05 ` David Miller
0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2020-08-06 19:05 UTC (permalink / raw)
To: colin.king
Cc: yisen.zhuang, salil.mehta, kuba, tanhuazhong, netdev,
kernel-janitors, linux-kernel
From: Colin King <colin.king@canonical.com>
Date: Thu, 6 Aug 2020 12:42:56 +0100
> From: Colin Ian King <colin.king@canonical.com>
>
> There is a spelling mistake in a dev_err message. Fix it.
>
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
Applied, thanks.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-08-06 19:06 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-06 11:42 [PATCH] net: hns3: fix spelling mistake "could'nt" -> "couldn't" Colin King
2020-08-06 19:05 ` David Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).