libata: fix spelling mistake: 'ambigious' -> 'ambiguous'
Trivial fix to spelling mistakes in ata_parse_force_one(). Signed-off-by: Arvind Yadav <arvind.yadav.cs@gmail.com> Signed-off-by: Tejun Heo <tj@kernel.org>
This commit is contained in:
parent
f0a559aae5
commit
9de55351ee
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue