1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-01 08:42:12 +02:00

mmc: add missing space before comment delimiter

Add missing space before a comment delimiter.

Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
Reviewed-by: Igor Opaniuk <igor.opaniuk@toradex.com>
This commit is contained in:
Marcel Ziswiler
2019-05-20 02:44:53 +02:00
committed by Tom Rini
parent 50c9b0e1dd
commit f5624b1045

View File

@@ -2824,7 +2824,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;
/* Test for SD version 2 */