]> err.no Git - linux-2.6/blobdiff - drivers/mtd/ubi/gluebi.c
UBI: fix checkpatch.pl errors and warnings
[linux-2.6] / drivers / mtd / ubi / gluebi.c
index 49f52dceea935a677870df0e9b5a6071e3e662c5..605812bb0b1a3d1f5dcefa40929842c00bdbf2f1 100644 (file)
@@ -249,8 +249,8 @@ static int gluebi_erase(struct mtd_info *mtd, struct erase_info *instr)
        if (err)
                goto out_err;
 
-        instr->state = MTD_ERASE_DONE;
-        mtd_erase_callback(instr);
+       instr->state = MTD_ERASE_DONE;
+       mtd_erase_callback(instr);
        return 0;
 
 out_err: