This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / fs / jffs2 / gc.c
index dc25d81..f4d16ad 100644 (file)
@@ -824,7 +824,7 @@ static int jffs2_garbage_collect_deletion_dirent(struct jffs2_sb_info *c, struct
                                continue;
                        }
                        if (retlen != rawlen) {
-                               printk(KERN_WARNING "jffs2_g_c_deletion_dirent(): Short read (%zd not %u) reading header from obsolete node at %08x\n",
+                               printk(KERN_WARNING "jffs2_g_c_deletion_dirent(): Short read (%zd not %zd) reading header from obsolete node at %08x\n",
                                       retlen, rawlen, ref_offset(raw));
                                continue;
                        }