projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c1ae3cf
)
jffs2: fix spelling mistake: "requestied" -> "requested"
author
Colin Ian King
<colin.king@canonical.com>
Thu, 23 Feb 2017 00:34:00 +0000
(
00:34
+0000)
committer
Brian Norris
<computersforpeace@gmail.com>
Wed, 19 Apr 2017 18:35:55 +0000
(11:35 -0700)
trivial fix to spelling mistake in JFFS2_ERROR message
Signed-off-by: Colin Ian King <colin.king@canonical.com>
[Brian: also fix 'an' -> 'a']
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
fs/jffs2/readinode.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/jffs2/readinode.c
b/fs/jffs2/readinode.c
index 06a71dbd4833e3bdf4ea5277bc50e15ee40c45ad..389ea53ea487538061ff3b6da78e27df2f894ac1 100644
(file)
--- a/
fs/jffs2/readinode.c
+++ b/
fs/jffs2/readinode.c
@@
-1366,7
+1366,7
@@
int jffs2_do_read_inode(struct jffs2_sb_info *c, struct jffs2_inode_info *f,
jffs2_add_ino_cache(c, f->inocache);
}
if (!f->inocache) {
- JFFS2_ERROR("request
ied to read an
nonexistent ino %u\n", ino);
+ JFFS2_ERROR("request
ed to read a
nonexistent ino %u\n", ino);
return -ENOENT;
}