[JFFS2] Fix jffs2_follow_link() typo
Linux-MTD Mailing List
linux-mtd at lists.infradead.org
Sat Oct 21 11:59:03 EDT 2006
Commit: c7cf0c68ea4e2020db7204eb0ed4412b2cbb167d
Parent: c7438d02b384e82261e28fc280167f4e7a65e822
commit c7cf0c68ea4e2020db7204eb0ed4412b2cbb167d
Author: Qi Yong <qiyong at fc-cn.com>
AuthorDate: Mon Oct 16 19:42:23 2006 +0800
Commit: David Woodhouse <dwmw2 at infradead.org>
CommitDate: Sat Oct 21 16:24:08 2006 +0100
[JFFS2] Fix jffs2_follow_link() typo
typo fix: noticed this typo while reading the patch
"jffs2: fix symlink error handling"
Signed-off-by: David Woodhouse <dwmw2 at infradead.org>
---
fs/jffs2/symlink.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/fs/jffs2/symlink.c b/fs/jffs2/symlink.c
index fc211b6..b90d5aa 100644
--- a/fs/jffs2/symlink.c
+++ b/fs/jffs2/symlink.c
@@ -51,7 +51,7 @@ static void *jffs2_follow_link(struct de
*/
if (!p) {
- printk(KERN_ERR "jffs2_follow_link(): can't find symlink taerget\n");
+ printk(KERN_ERR "jffs2_follow_link(): can't find symlink target\n");
p = ERR_PTR(-EIO);
}
D1(printk(KERN_DEBUG "jffs2_follow_link(): target path is '%s'\n", (char *) f->target));
More information about the linux-mtd-cvs
mailing list