“28f3b5a073b6dbafbb78cae65b22ea90547d7a87”上不存在“include/linux/platform_data/gpio-omap.h”
提交 6905c461 编写于 作者: C Colin Ian King 提交者: Herbert Xu

crypto: nx - fix spelling mistake: "availavle" -> "available"

Trivial fix to spelling mistake in pr_err error message text. Also
fix spelling mistake in proceeding comment.
Signed-off-by: NColin Ian King <colin.king@canonical.com>
Acked-by: NHaren Myneni <haren@us.ibm.com>
Signed-off-by: NHerbert Xu <herbert@gondor.apana.org.au>
上级 1af39daa
...@@ -743,8 +743,8 @@ static int nx842_open_percpu_txwins(void) ...@@ -743,8 +743,8 @@ static int nx842_open_percpu_txwins(void)
} }
if (!per_cpu(cpu_txwin, i)) { if (!per_cpu(cpu_txwin, i)) {
/* shoudn't happen, Each chip will have NX engine */ /* shouldn't happen, Each chip will have NX engine */
pr_err("NX engine is not availavle for CPU %d\n", i); pr_err("NX engine is not available for CPU %d\n", i);
return -EINVAL; return -EINVAL;
} }
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册