Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
	}