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

Marcel Ziswiler marcel at ziswiler.com
Mon May 20 00:44:53 UTC 2019


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;
 
 	/* Test for SD version 2 */
-- 
2.21.0



More information about the U-Boot mailing list