[JFFS2] Whitespace cleanups.
[deliverable/linux.git] / fs / jffs2 / nodemgmt.c
index 9c3a3bba6dcf708c133da03924e40b99b1d6aea2..5b49bff364b4e239d5682b4b937948479d20f9d0 100644 (file)
@@ -154,7 +154,7 @@ int jffs2_reserve_space_gc(struct jffs2_sb_info *c, uint32_t minsize,
        while(ret == -EAGAIN) {
                ret = jffs2_do_reserve_space(c, minsize, len, sumsize);
                if (ret) {
-                       D1(printk(KERN_DEBUG "jffs2_reserve_space_gc: looping, ret is %d\n", ret));
+                       D1(printk(KERN_DEBUG "jffs2_reserve_space_gc: looping, ret is %d\n", ret));
                }
        }
        spin_unlock(&c->erase_completion_lock);
This page took 0.026371 seconds and 5 git commands to generate.