UBIFS: fix minor stylistic issues
[deliverable/linux.git] / fs / ubifs / orphan.c
index 09df318e368f492f3d249f97680c1f9b479393c7..bd644bf587a8a7afbef10b83fdef31f4cb71fdf3 100644 (file)
@@ -673,7 +673,8 @@ static int kill_orphans(struct ubifs_info *c)
                sleb = ubifs_scan(c, lnum, 0, c->sbuf, 1);
                if (IS_ERR(sleb)) {
                        if (PTR_ERR(sleb) == -EUCLEAN)
-                               sleb = ubifs_recover_leb(c, lnum, 0, c->sbuf, 0);
+                               sleb = ubifs_recover_leb(c, lnum, 0,
+                                                        c->sbuf, 0);
                        if (IS_ERR(sleb)) {
                                err = PTR_ERR(sleb);
                                break;
This page took 0.030711 seconds and 5 git commands to generate.