> Subject: [PATCH v1 01/10] mmc: add missing space before comment delimiter
> 
> Add missing space before a comment delimiter.
> 
> Signed-off-by: Marcel Ziswiler <mar...@ziswiler.com>
> 
> ---
> 
>  drivers/mmc/mmc.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/mmc/mmc.c b/drivers/mmc/mmc.c index
> 456c1b4cc9..ede528dc5a 100644
> --- a/drivers/mmc/mmc.c
> +++ b/drivers/mmc/mmc.c
> @@ -2672,7 +2672,7 @@ retry:
>       if (err)
>               return err;
> 
> -     /* The internal partition reset to user partition(0) at every CMD0*/
> +     /* The internal partition reset to user partition(0) at every CMD0 */
>       mmc_get_blk_desc(mmc)->hwpart = 0;

Reviewed-by: Peng Fan <peng....@nxp.com>

> 
>       /* Test for SD version 2 */
> --
> 2.21.0

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot

Reply via email to