summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Lechner <[email protected]>2026-01-21 16:36:25 -0600
committerPeng Fan <[email protected]>2026-02-03 22:10:14 +0800
commitaa38b1781078e312ee0eacfe20fc1914d7b1f0e7 (patch)
tree4e596dacc04bd4e1d1867eadff66ba910be51f19
parentfe62fd3b8b7cf0fb9915ec33eb4794624c38303a (diff)
mmc: mtk-sd: fix misaligned brace
Indent a brace for proper code style. Signed-off-by: David Lechner <[email protected]> Reviewed-by: Macpaul Lin <[email protected]> Signed-off-by: Peng Fan <[email protected]>
-rw-r--r--drivers/mmc/mtk-sd.c2
1 files changed, 1 insertions, 1 deletions
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;
}