提交 b9780a81 编写于 作者: C Colin Ian King 提交者: David S. Miller

net: ucc_geth: fix spelling mistake "propperty" -> "property"

Trivial fix to spelling mistake in dev_warn message.
Signed-off-by: NColin Ian King <colin.king@canonical.com>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 24a24d07
...@@ -3756,7 +3756,7 @@ static int ucc_geth_probe(struct platform_device* ofdev) ...@@ -3756,7 +3756,7 @@ static int ucc_geth_probe(struct platform_device* ofdev)
return -EINVAL; return -EINVAL;
} }
if ((*prop < QE_CLK_NONE) || (*prop > QE_CLK24)) { if ((*prop < QE_CLK_NONE) || (*prop > QE_CLK24)) {
pr_err("invalid rx-clock propperty\n"); pr_err("invalid rx-clock property\n");
return -EINVAL; return -EINVAL;
} }
ug_info->uf_info.rx_clock = *prop; ug_info->uf_info.rx_clock = *prop;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册