[PATCH 2/3] mmc: mtk-sd: fix misaligned brace
David Lechner
dlechner at baylibre.com
Wed Jan 21 23:36:25 CET 2026
Indent a brace for proper code style.
Signed-off-by: David Lechner <dlechner at baylibre.com>
---
drivers/mmc/mtk-sd.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/mmc/mtk-sd.c b/drivers/mmc/mtk-sd.c
index 69f54a342c6..d434363508c 100644
--- a/drivers/mmc/mtk-sd.c
+++ b/drivers/mmc/mtk-sd.c
@@ -657,7 +657,7 @@ static int msdc_pio_read(struct msdc_host *host, u8 *ptr, u32 size)
break;
}
-}
+ }
return ret;
}
--
2.43.0
More information about the U-Boot
mailing list