From: Sangho Yi <antiroot@gmail.com>
To: prakity@nvidia.com, aaron.lu@amd.com, linus.walleij@linaro.org,
paul.gortmaker@windriver.com, chuanxiao.dong@intel.com,
cjb@laptop.org
Cc: linux-kernel@vger.kernel.org, linux-mmc@vger.kernel.org,
Sangho Yi <antiroot@gmail.com>
Subject: [PATCH 2/2] mmc: core: bus.c: re-aligned the line over 80 chars
Date: Fri, 19 Oct 2012 22:58:58 +0900 [thread overview]
Message-ID: <1350655138-2252-2-git-send-email-antiroot@gmail.com> (raw)
In-Reply-To: <1350655138-2252-1-git-send-email-antiroot@gmail.com>
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@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
next prev parent reply other threads:[~2012-10-19 13:59 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-10-19 13:58 [PATCH 1/2] mmc: core: bus.c: removed unnecessary NULL check for kfree(...) Sangho Yi
2012-10-19 13:58 ` Sangho Yi [this message]
2012-10-19 14:53 ` Philip Rakity
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1350655138-2252-2-git-send-email-antiroot@gmail.com \
--to=antiroot@gmail.com \
--cc=aaron.lu@amd.com \
--cc=chuanxiao.dong@intel.com \
--cc=cjb@laptop.org \
--cc=linus.walleij@linaro.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mmc@vger.kernel.org \
--cc=paul.gortmaker@windriver.com \
--cc=prakity@nvidia.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®