projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f0a559a
)
libata: fix spelling mistake: 'ambigious' -> 'ambiguous'
author
Arvind Yadav
<arvind.yadav.cs@gmail.com>
Sat, 28 Oct 2017 18:21:47 +0000
(23:51 +0530)
committer
Tejun 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
patch
|
blob
|
history
diff --git
a/drivers/ata/libata-core.c
b/drivers/ata/libata-core.c
index
5b18510
..
36ea7b5
100644
(file)
--- 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 = "ambig
i
ous value";
+ *reason = "ambig
u
ous value";
return -EINVAL;
}