]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
libata: fix spelling mistake: 'ambigious' -> 'ambiguous'
authorArvind Yadav <arvind.yadav.cs@gmail.com>
Sat, 28 Oct 2017 18:21:47 +0000 (23:51 +0530)
committerTejun Heo <tj@kernel.org>
Mon, 30 Oct 2017 15:07:14 +0000 (08:07 -0700)
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>
drivers/ata/libata-core.c

index 5b1851056ec462d812f6cbbdb794290c6c9929c0..36ea7b59e88d21c825f0a2a971c3620938332aae 100644 (file)
@@ -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;
        }