* [PATCH] libata: fix spelling mistake: 'ambigious' -> 'ambiguous'
@ 2017-10-28 18:21 Arvind Yadav
2017-10-30 15:07 ` Tejun Heo
0 siblings, 1 reply; 2+ messages in thread
From: Arvind Yadav @ 2017-10-28 18:21 UTC (permalink / raw)
To: tj; +Cc: linux-kernel, linux-ide
Trivial fix to spelling mistakes in ata_parse_force_one().
Signed-off-by: Arvind Yadav <arvind.yadav.cs@gmail.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
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-10-30 15:07 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-28 18:21 [PATCH] libata: fix spelling mistake: 'ambigious' -> 'ambiguous' Arvind Yadav
2017-10-30 15:07 ` Tejun Heo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox