Explorar o código

mtd: nand: correct indentation within conditional

We had an extra tab.

Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Brian Norris %!s(int64=10) %!d(string=hai) anos
pai
achega
db5b09f6ed
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      drivers/mtd/nand/nand_base.c

+ 1 - 1
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;
 		}
 	}