mmc: host: sdhci: Added a space before (
authorMohammad Jamal <md.jamalmohiuddin@gmail.com>
Tue, 13 Jan 2015 15:17:24 +0000 (20:47 +0530)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 19 Jan 2015 08:56:32 +0000 (09:56 +0100)
This patch solves the coding style issue by adding a space
before (

Signed-off-by: Mohammad Jamal <md.jamalmohiuddin@gmail.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/sdhci.c

index 79dc7437abee2974a6e73aa363cb3a625ddd721c..8b0c7d6ea04b92f9ff9738a2d166962ab8faa3f5 100644 (file)
@@ -1627,7 +1627,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();
This page took 0.025535 seconds and 5 git commands to generate.