From: Brian Norris Date: Fri, 22 May 2015 17:43:12 +0000 (-0700) Subject: mtd: nand: correct indentation within conditional X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=db5b09f6ed9d7617e43d7140e8bd8649ec067862;p=linux-beck.git mtd: nand: correct indentation within conditional We had an extra tab. Signed-off-by: Brian Norris --- diff --git a/drivers/mtd/nand/nand_base.c b/drivers/mtd/nand/nand_base.c index a157757347ec..ceb68ca8277a 100644 --- a/drivers/mtd/nand/nand_base.c +++ b/drivers/mtd/nand/nand_base.c @@ -3685,7 +3685,7 @@ static struct nand_flash_dev *nand_get_flash_type(struct mtd_info *mtd, if (find_full_id_nand(mtd, chip, type, id_data, &busw)) goto ident_done; } else if (*dev_id == type->dev_id) { - break; + break; } }