提交 9de55351 编写于 作者: A Arvind Yadav 提交者: Tejun Heo

libata: fix spelling mistake: 'ambigious' -> 'ambiguous'

Trivial fix to spelling mistakes in ata_parse_force_one().
Signed-off-by: NArvind Yadav <arvind.yadav.cs@gmail.com>
Signed-off-by: NTejun Heo <tj@kernel.org>
上级 f0a559aa
...@@ -6908,7 +6908,7 @@ static int __init ata_parse_force_one(char **cur, ...@@ -6908,7 +6908,7 @@ static int __init ata_parse_force_one(char **cur,
return -EINVAL; return -EINVAL;
} }
if (nr_matches > 1) { if (nr_matches > 1) {
*reason = "ambigious value"; *reason = "ambiguous value";
return -EINVAL; return -EINVAL;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册