[U-Boot] [PATCH v1 01/10] mmc: add missing space before comment delimiter

Peng Fan peng.fan at nxp.com
Mon May 20 07:06:50 UTC 2019


> Subject: [PATCH v1 01/10] mmc: add missing space before comment delimiter
> 
> Add missing space before a comment delimiter.
> 
> Signed-off-by: Marcel Ziswiler <marcel at 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.fan at nxp.com>

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



More information about the U-Boot mailing list