[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <b0c04473d8a7be32a06b6ba23de134491f71f40a.1509214774.git.arvind.yadav.cs@gmail.com>
Date: Sat, 28 Oct 2017 23:51:47 +0530
From: Arvind Yadav <arvind.yadav.cs@...il.com>
To: tj@...nel.org
Cc: linux-kernel@...r.kernel.org, linux-ide@...r.kernel.org
Subject: [PATCH] libata: fix spelling mistake: 'ambigious' -> 'ambiguous'
Trivial fix to spelling mistakes in ata_parse_force_one().
Signed-off-by: Arvind Yadav <arvind.yadav.cs@...il.com>
---
drivers/ata/libata-core.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/ata/libata-core.c b/drivers/ata/libata-core.c
index 1945a8e..b38df2db 100644
--- a/drivers/ata/libata-core.c
+++ b/drivers/ata/libata-core.c
@@ -6904,7 +6904,7 @@ static int __init ata_parse_force_one(char **cur,
return -EINVAL;
}
if (nr_matches > 1) {
- *reason = "ambigious value";
+ *reason = "ambiguous value";
return -EINVAL;
}
--
2.7.4
Powered by blists - more mailing lists