Indent a brace for proper code style.

Signed-off-by: David Lechner <[email protected]>
---
 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

Reply via email to