Skip to content

Commit 8912fd6

Browse files
Colin Ian Kingdavem330
authored andcommitted
net: hns3: fix spelling mistake "could'nt" -> "couldn't"
There is a spelling mistake in a dev_err message. Fix it. Signed-off-by: Colin Ian King <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent bfdd5aa commit 8912fd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/net/ethernet/hisilicon/hns3/hns3vf/hclgevf_main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1728,7 +1728,7 @@ static int hclgevf_reset_wait(struct hclgevf_dev *hdev)
17281728
/* hardware completion status should be available by this time */
17291729
if (ret) {
17301730
dev_err(&hdev->pdev->dev,
1731-
"could'nt get reset done status from h/w, timeout!\n");
1731+
"couldn't get reset done status from h/w, timeout!\n");
17321732
return ret;
17331733
}
17341734

0 commit comments

Comments
 (0)