[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1422821222-24079-5-git-send-email-sheetal.tigadoli@gmail.com>
Date: Mon, 2 Feb 2015 01:37:01 +0530
From: Sheetal Tigadoli <sheetal.tigadoli@...il.com>
To: chris@...ntf.net
Cc: joe@...ches.com, linux-mmc@...r.kernel.org, ben@...adent.org.uk,
kuninori.morimoto.gx@...esas.com, ulf.hansson@...aro.org,
linux-kernel@...r.kernel.org,
Sheetal Tigadoli <sheetal.tigadoli@...il.com>
Subject: [PATCH 4/5] drivers: mmc: card: Fixed ERROR that open brace should be on the previous line
The Patch fixes the below coding style error found using checkpatch.pl script
drivers/mmc/card/block.c:2362: ERROR: that open brace { should be on the previous line
Signed-off-by: Sheetal Tigadoli <sheetal.tigadoli@...il.com>
---
drivers/mmc/card/block.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/drivers/mmc/card/block.c b/drivers/mmc/card/block.c
index 2394d0b..fe47297 100644
--- a/drivers/mmc/card/block.c
+++ b/drivers/mmc/card/block.c
@@ -2358,8 +2358,7 @@ force_ro_fail:
#define CID_MANFID_MICRON 0x13
#define CID_MANFID_SAMSUNG 0x15
-static const struct mmc_fixup blk_fixups[] =
-{
+static const struct mmc_fixup blk_fixups[] = {
MMC_FIXUP("SEM02G", CID_MANFID_SANDISK, 0x100, add_quirk,
MMC_QUIRK_INAND_CMD38),
MMC_FIXUP("SEM04G", CID_MANFID_SANDISK, 0x100, add_quirk,
--
1.7.9.5
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists