I made a correction on a line which has > 80 characters
also, aligned the consecutive line to meet the --strict rule.

Signed-off-by: Sangho Yi <antir...@gmail.com>
---
 drivers/mmc/core/bus.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/mmc/core/bus.c b/drivers/mmc/core/bus.c
index 420cb67..66bac9f 100644
--- a/drivers/mmc/core/bus.c
+++ b/drivers/mmc/core/bus.c
@@ -269,8 +269,8 @@ int mmc_add_card(struct mmc_card *card)
                [UHS_DDR50_BUS_SPEED] = "DDR50 ",
        };
 
-
-       dev_set_name(&card->dev, "%s:%04x", mmc_hostname(card->host), 
card->rca);
+       dev_set_name(&card->dev, "%s:%04x", mmc_hostname(card->host),
+                    card->rca);
 
        switch (card->type) {
        case MMC_TYPE_MMC:
-- 
1.7.9.5

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to