mmc: renesas_sdhi: remove outdated indentation
authorWolfram Sang <wsa+renesas@sang-engineering.com>
Wed, 12 Jul 2023 14:01:15 +0000 (16:01 +0200)
committerUlf Hansson <ulf.hansson@linaro.org>
Wed, 9 Aug 2023 11:21:47 +0000 (13:21 +0200)
Using tabs to make a structure initialization more readable is not
considered helpful. Remove the final appearance from this driver.

Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/20230712140116.18718-1-wsa+renesas@sang-engineering.com
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/renesas_sdhi_core.c

index 2d5ef9c37d76932e3f7666da10f54d48a8c59136..10dbdb4abc93ee6649c8e998bab57a9dbe929471 100644 (file)
@@ -983,12 +983,12 @@ int renesas_sdhi_probe(struct platform_device *pdev,
 
        }
 
-       host->write16_hook      = renesas_sdhi_write16_hook;
-       host->clk_enable        = renesas_sdhi_clk_enable;
-       host->clk_disable       = renesas_sdhi_clk_disable;
-       host->set_clock         = renesas_sdhi_set_clock;
-       host->multi_io_quirk    = renesas_sdhi_multi_io_quirk;
-       host->dma_ops           = dma_ops;
+       host->write16_hook = renesas_sdhi_write16_hook;
+       host->clk_enable = renesas_sdhi_clk_enable;
+       host->clk_disable = renesas_sdhi_clk_disable;
+       host->set_clock = renesas_sdhi_set_clock;
+       host->multi_io_quirk = renesas_sdhi_multi_io_quirk;
+       host->dma_ops = dma_ops;
 
        if (sdhi_has_quirk(priv, hs400_disabled))
                host->mmc->caps2 &= ~(MMC_CAP2_HS400 | MMC_CAP2_HS400_ES);