[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20061016114223.GA23424@localhost.localdomain>
Date: Mon, 16 Oct 2006 19:42:23 +0800
From: Qi Yong <qiyong@...cn.com>
To: bunk@...sta.de
Cc: linux-kernel@...r.kernel.org, trivial@...nel.org
Subject: [patch] jffs2_follow_link() typo fix
Hello,
typo fix: noticed this typo while reading the patch
"jffs2: fix symlink error handling"
qiyong
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));
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists