mirror of
https://github.com/torvalds/linux.git
synced 2024-11-24 21:21:41 +00:00
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;
|
||||
}
|
||||
if (nr_matches > 1) {
|
||||
*reason = "ambigious value";
|
||||
*reason = "ambiguous value";
|
||||
return -EINVAL;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user