提交 e00e2197 编写于 作者: C Colin Ian King 提交者: 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: NColin Ian King <colin.king@canonical.com>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册