From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-pf0-x22f.google.com ([2607:f8b0:400e:c00::22f]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1ayP7D-0005Ox-NK for linux-mtd@lists.infradead.org; Thu, 05 May 2016 19:39:16 +0000 Received: by mail-pf0-x22f.google.com with SMTP id c189so42271564pfb.3 for ; Thu, 05 May 2016 12:38:55 -0700 (PDT) From: Brian Norris To: Boris Brezillon Cc: Richard Weinberger , Brian Norris , , , Archit Taneja Subject: [PATCH] mtd: nand: qcom: fixup whitespace Date: Thu, 5 May 2016 12:38:48 -0700 Message-Id: <1462477128-105528-1-git-send-email-computersforpeace@gmail.com> List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Should be using tabs instead of spaces. Signed-off-by: Brian Norris --- Sorry for the resend, I missed linux-mtd the first time... drivers/mtd/nand/qcom_nandc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mtd/nand/qcom_nandc.c b/drivers/mtd/nand/qcom_nandc.c index acd47c1b9c6b..de7d28e62d4e 100644 --- a/drivers/mtd/nand/qcom_nandc.c +++ b/drivers/mtd/nand/qcom_nandc.c @@ -1711,7 +1711,7 @@ static void qcom_nandc_select_chip(struct mtd_info *mtd, int chipnr) * the sum of the three). */ static int qcom_nand_ooblayout_ecc(struct mtd_info *mtd, int section, - struct mtd_oob_region *oobregion) + struct mtd_oob_region *oobregion) { struct nand_chip *chip = mtd_to_nand(mtd); struct qcom_nand_host *host = to_qcom_nand_host(chip); -- 2.8.0.rc3.226.g39d4020