[PATCH 4/5] drivers: mmc: card: Fixed ERROR that open brace should be on the previous line

From: Sheetal Tigadoli
Date: Sun Feb 01 2015 - 15:10:03 EST


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@xxxxxxxxx>
---
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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/