]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
mmc: mtk-sd: fix misaligned brace
authorDavid Lechner <dlechner@baylibre.com>
Wed, 21 Jan 2026 22:36:25 +0000 (16:36 -0600)
committerPeng Fan <peng.fan@nxp.com>
Tue, 3 Feb 2026 14:10:14 +0000 (22:10 +0800)
Indent a brace for proper code style.

Signed-off-by: David Lechner <dlechner@baylibre.com>
Reviewed-by: Macpaul Lin <macpaul.lin@mediatek.com>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
drivers/mmc/mtk-sd.c

index 69f54a342c6bb6cfb2b7b24b74a8b2b2c62a716e..d434363508cc3043043d4e315df0b99ae97187e2 100644 (file)
@@ -657,7 +657,7 @@ static int msdc_pio_read(struct msdc_host *host, u8 *ptr, u32 size)
 
                        break;
                }
-}
+       }
 
        return ret;
 }