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.tigad...@gmail.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-mmc" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to