From: Sangho Yi <antiroot@gmail.com>
To: girish.shivananjappa@linaro.org, cjb@laptop.org,
chuansheng.liu@intel.com
Cc: linux-kernel@vger.kernel.org, linux-mmc@vger.kernel.org,
Sangho Yi <antiroot@gmail.com>
Subject: [PATCH 2/2] mmc: core: sdio_cis.c: Fixed the position of opening braces {
Date: Fri, 19 Oct 2012 01:52:12 +0900 [thread overview]
Message-ID: <1350579132-3003-2-git-send-email-antiroot@gmail.com> (raw)
In-Reply-To: <1350579132-3003-1-git-send-email-antiroot@gmail.com>
I fixed the following coding style error:
ERROR: that open brace { should be on the previous line
Signed-off-by: Sangho Yi <antiroot@gmail.com>
---
drivers/mmc/core/sdio_cis.c | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/drivers/mmc/core/sdio_cis.c b/drivers/mmc/core/sdio_cis.c
index e4221df..c81cda3 100644
--- a/drivers/mmc/core/sdio_cis.c
+++ b/drivers/mmc/core/sdio_cis.c
@@ -93,11 +93,10 @@ static int cistpl_manfid(struct mmc_card *card, struct sdio_func *func,
return 0;
}
-static const unsigned char speed_val[16] =
- { 0, 10, 12, 13, 15, 20, 25, 30, 35, 40, 45, 50, 55, 60, 70, 80 };
-static const unsigned int speed_unit[8] =
- { 10000, 100000, 1000000, 10000000, 0, 0, 0, 0 };
-
+static const unsigned char speed_val[16] = { 0, 10, 12, 13, 15, 20, 25, 30, 35,
+ 40, 45, 50, 55, 60, 70, 80 };
+static const unsigned int speed_unit[8] = { 10000, 100000, 1000000, 10000000,
+ 0, 0, 0, 0 };
typedef int (tpl_parse_t)(struct mmc_card *, struct sdio_func *,
const unsigned char *, unsigned);
--
1.7.9.5
prev parent reply other threads:[~2012-10-18 16:53 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-10-18 16:52 [PATCH 1/2] mmc: core: sdio_cis.c: Fixed pointer casting coding style error Sangho Yi
2012-10-18 16:52 ` Sangho Yi [this message]
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=1350579132-3003-2-git-send-email-antiroot@gmail.com \
--to=antiroot@gmail.com \
--cc=chuansheng.liu@intel.com \
--cc=cjb@laptop.org \
--cc=girish.shivananjappa@linaro.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mmc@vger.kernel.org \
/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