Commit e00e2197 authored by Colin Ian King's avatar Colin Ian King Committed by David S. Miller

net: hns3: fix spelling mistake: "capabilty" -> "capability"

Trivial fix to spelling mistake in dev_err error message and also
split overly long line to avoid a checkpatch warning.
Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 2f23678c
......@@ -4089,7 +4089,8 @@ static int hclge_init_ae_dev(struct hnae3_ae_dev *ae_dev)
ret = hclge_get_cap(hdev);
if (ret) {
dev_err(&pdev->dev, "get hw capabilty error, ret = %d.\n", ret);
dev_err(&pdev->dev, "get hw capability error, ret = %d.\n",
ret);
return ret;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment