From: Arvind Yadav Date: Sat, 28 Oct 2017 18:21:47 +0000 (+0530) Subject: libata: fix spelling mistake: 'ambigious' -> 'ambiguous' X-Git-Tag: v4.15-rc1~100^2~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9de55351eeb82106e3b70a282d86a5aa367a6d2e;p=platform%2Fkernel%2Flinux-exynos.git libata: fix spelling mistake: 'ambigious' -> 'ambiguous' Trivial fix to spelling mistakes in ata_parse_force_one(). Signed-off-by: Arvind Yadav Signed-off-by: Tejun Heo --- diff --git a/drivers/ata/libata-core.c b/drivers/ata/libata-core.c index 5b1851056ec4..36ea7b59e88d 100644 --- a/drivers/ata/libata-core.c +++ b/drivers/ata/libata-core.c @@ -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; }