From: Alan Cox <alan@linux.intel.com>
To: linux-mmc@vger.kernel.org, cjb@laptop.org
Subject: [PATCH 5/7] sdhci: Tidy up spaces in sdhci_intel_mid
Date: Mon, 13 Sep 2010 18:39:41 +0100 [thread overview]
Message-ID: <20100913173940.20345.66285.stgit@localhost.localdomain> (raw)
In-Reply-To: <20100913172738.20345.61119.stgit@localhost.localdomain>
Coding style fixes
Signed-off-by: Alan Cox <alan@linux.intel.com>
---
drivers/mmc/host/sdhci-intel-mid.c | 18 +++++++++---------
1 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/drivers/mmc/host/sdhci-intel-mid.c b/drivers/mmc/host/sdhci-intel-mid.c
index 436ee46..5057133 100644
--- a/drivers/mmc/host/sdhci-intel-mid.c
+++ b/drivers/mmc/host/sdhci-intel-mid.c
@@ -14,7 +14,7 @@
/*
* Support code for SDHCI on Intel MID platforms. We have lots
- * of quirks specific to these platforms so wrap them up in one place
+ * of quirks specific to these platforms so wrap them up in one place
* that keeps them out of the main flow. We can't just make it a new
* driver as the shdci core code isn't really a library.
*/
@@ -26,16 +26,16 @@
static DEFINE_MUTEX(port_mutex);
static void sdhci_intel_wait_req(struct sdhci_host *host,
- struct mmc_request *mrq)
+ struct mmc_request *mrq)
{
- mutex_lock(&port_mutex);
- mmc_do_wait_for_req(host->mmc, mrq);
- mutex_unlock(&port_mutex);
+ mutex_lock(&port_mutex);
+ mmc_do_wait_for_req(host->mmc, mrq);
+ mutex_unlock(&port_mutex);
}
/*
* Handle the Moorestown reset
- */
+ */
static void sdhci_broken_reset(struct sdhci_host *host, u8 mask)
{
unsigned long timeout;
@@ -75,8 +75,8 @@ static void sdhci_mid_init_no_reset(struct sdhci_host *host, int soft)
intmask & (SDHCI_INT_CARD_INSERT | SDHCI_INT_CARD_REMOVE),
SDHCI_INT_STATUS);
- /* Ensure any IRQ left over from pre boot time (eg from Kboot) does
- not turn up and cause chaos */
+ /* Ensure any IRQ left over from pre boot time (eg from Kboot) does
+ not turn up and cause chaos */
sdhci_writel(host, 0, SDHCI_INT_ENABLE);
sdhci_writel(host, 0, SDHCI_SIGNAL_ENABLE);
@@ -130,7 +130,7 @@ static void sdhci_clockreset_wcmd(struct sdhci_host *host,
struct mmc_command *cmd, int flags)
{
sdhci_clock_reset(host);
- sdhci_writew(host, SDHCI_MAKE_CMD(cmd->opcode, flags), SDHCI_COMMAND);
+ sdhci_writew(host, SDHCI_MAKE_CMD(cmd->opcode, flags), SDHCI_COMMAND);
}
static void sdhci_lnw_a3_set_ios(struct sdhci_host *host,
next prev parent reply other threads:[~2010-09-13 18:24 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-09-13 17:38 [PATCH 0/7] Intel MID SDHCI support (take two) Alan Cox
2010-09-13 17:38 ` [PATCH 1/7] sdhci: Rework some of the quirk behaviour Alan Cox
2010-09-14 14:34 ` Wolfram Sang
2010-09-14 14:20 ` Alan Cox
2010-09-13 17:39 ` [PATCH 2/7] sdhci: Allow the probe handler to override slots Alan Cox
2010-09-13 17:39 ` [PATCH 3/7] sdhci: Intel Medfield support Alan Cox
2010-09-13 17:39 ` [PATCH 4/7] mmc: serialization support Alan Cox
2010-09-13 17:39 ` Alan Cox [this message]
2010-09-14 14:21 ` [PATCH 5/7] sdhci: Tidy up spaces in sdhci_intel_mid Wolfram Sang
2010-09-14 13:40 ` Alan Cox
2010-09-14 14:45 ` Wolfram Sang
2010-09-14 14:21 ` Alan Cox
2010-09-14 16:57 ` Chris Ball
2010-09-14 16:41 ` Alan Cox
2010-09-14 20:00 ` Wolfram Sang
2010-09-13 17:39 ` [PATCH 6/7] sdhci_pci: Tidy this as well Alan Cox
2010-09-13 17:39 ` [PATCH 7/7] sdhci: Tidy up sdhci.c Alan Cox
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=20100913173940.20345.66285.stgit@localhost.localdomain \
--to=alan@linux.intel.com \
--cc=cjb@laptop.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