* [PATCH] mmc: host: sdhci: Added a space before (
@ 2015-01-13 15:17 Mohammad Jamal
2015-01-14 10:21 ` Ulf Hansson
0 siblings, 1 reply; 2+ messages in thread
From: Mohammad Jamal @ 2015-01-13 15:17 UTC (permalink / raw)
To: chris, ulf.hansson, linux-mmc, linux-kernel; +Cc: Mohammad Jamal
This patch solves the coding style issue by adding a space
before (
Signed-off-by: Mohammad Jamal <md.jamalmohiuddin@gmail.com>
---
drivers/mmc/host/sdhci.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/mmc/host/sdhci.c b/drivers/mmc/host/sdhci.c
index 1453cd1..910ee7b 100644
--- a/drivers/mmc/host/sdhci.c
+++ b/drivers/mmc/host/sdhci.c
@@ -1624,7 +1624,7 @@ static void sdhci_do_set_ios(struct sdhci_host *host, struct mmc_ios *ios)
* signalling timeout and CRC errors even on CMD0. Resetting
* it on each ios seems to solve the problem.
*/
- if(host->quirks & SDHCI_QUIRK_RESET_CMD_DATA_ON_IOS)
+ if (host->quirks & SDHCI_QUIRK_RESET_CMD_DATA_ON_IOS)
sdhci_do_reset(host, SDHCI_RESET_CMD | SDHCI_RESET_DATA);
mmiowb();
--
1.7.9.5
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] mmc: host: sdhci: Added a space before (
2015-01-13 15:17 [PATCH] mmc: host: sdhci: Added a space before ( Mohammad Jamal
@ 2015-01-14 10:21 ` Ulf Hansson
0 siblings, 0 replies; 2+ messages in thread
From: Ulf Hansson @ 2015-01-14 10:21 UTC (permalink / raw)
To: Mohammad Jamal; +Cc: Chris Ball, linux-mmc, linux-kernel
On 13 January 2015 at 16:17, Mohammad Jamal <md.jamalmohiuddin@gmail.com> wrote:
> This patch solves the coding style issue by adding a space
> before (
>
> Signed-off-by: Mohammad Jamal <md.jamalmohiuddin@gmail.com>
Thanks! Applied for next.
Kind regards
Uffe
> ---
> drivers/mmc/host/sdhci.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/mmc/host/sdhci.c b/drivers/mmc/host/sdhci.c
> index 1453cd1..910ee7b 100644
> --- a/drivers/mmc/host/sdhci.c
> +++ b/drivers/mmc/host/sdhci.c
> @@ -1624,7 +1624,7 @@ static void sdhci_do_set_ios(struct sdhci_host *host, struct mmc_ios *ios)
> * signalling timeout and CRC errors even on CMD0. Resetting
> * it on each ios seems to solve the problem.
> */
> - if(host->quirks & SDHCI_QUIRK_RESET_CMD_DATA_ON_IOS)
> + if (host->quirks & SDHCI_QUIRK_RESET_CMD_DATA_ON_IOS)
> sdhci_do_reset(host, SDHCI_RESET_CMD | SDHCI_RESET_DATA);
>
> mmiowb();
> --
> 1.7.9.5
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-01-14 10:22 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-13 15:17 [PATCH] mmc: host: sdhci: Added a space before ( Mohammad Jamal
2015-01-14 10:21 ` Ulf Hansson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome