[PATCH 2/2] mmc: core: bus.c: re-aligned the line over 80 chars

From: Sangho Yi
Date: Fri Oct 19 2012 - 09:59:17 EST


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