Commit 9de55351 authored by Arvind Yadav's avatar Arvind Yadav Committed by Tejun Heo

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

Trivial fix to spelling mistakes in ata_parse_force_one().
Signed-off-by: default avatarArvind Yadav <arvind.yadav.cs@gmail.com>
Signed-off-by: default avatarTejun Heo <tj@kernel.org>
parent f0a559aa
......@@ -6908,7 +6908,7 @@ static int __init ata_parse_force_one(char **cur,
return -EINVAL;
}
if (nr_matches > 1) {
*reason = "ambigious value";
*reason = "ambiguous value";
return -EINVAL;
}
......
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