On Wed, 2026-01-21 at 16:36 -0600, David Lechner wrote:
> 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;
>  }
> 

Reviewed-by: Macpaul Lin <[email protected]>

Thanks
Macpaul Lin

Reply via email to