]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
mtd: nand: remove space before tab
authorLothar Waßmann <LW@KARO-electronics.de>
Thu, 22 Aug 2013 14:27:29 +0000 (16:27 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 22 Aug 2013 14:27:29 +0000 (16:27 +0200)
drivers/mtd/nand/nand_base.c

index 8cbd86adbc8b82de4d9aa23f07702a4b4d2e53fb..80613ab277c225d8e7bdfc8259fbec74b9a6412a 100644 (file)
@@ -3264,7 +3264,7 @@ int nand_scan_tail(struct mtd_info *mtd)
                                               &chip->ecc.layout);
                if (!chip->ecc.priv)
                        pr_warn("BCH ECC initialization failed!\n");
-               chip->ecc.strength =
+               chip->ecc.strength =
                        chip->ecc.bytes * 8 / fls(8 * chip->ecc.size);
                break;