[PATCH 2/3] mmc: mtk-sd: fix misaligned brace

Macpaul Lin (林智斌) Macpaul.Lin at mediatek.com
Fri Jan 23 07:30:16 CET 2026


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

Reviewed-by: Macpaul Lin <macpaul.lin at mediatek.com>

Thanks
Macpaul Lin


More information about the U-Boot mailing list