summaryrefslogtreecommitdiff
path: root/drivers/mmc
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel@ziswiler.com>2019-05-20 03:44:53 +0300
committerTom Rini <trini@konsulko.com>2020-06-30 18:12:27 +0300
commitf5624b104541a6c198b78958581f7e871ef2bb77 (patch)
tree3ca54776f05e191ef9cf0f8b2ce76f1dc677b735 /drivers/mmc
parent50c9b0e1ddce280823484579c4ecc1f069e7833b (diff)
downloadu-boot-f5624b104541a6c198b78958581f7e871ef2bb77.tar.xz
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>
Diffstat (limited to 'drivers/mmc')
-rw-r--r--drivers/mmc/mmc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/mmc.c b/drivers/mmc/mmc.c
index 620bb93064..b61ce8db14 100644
--- a/drivers/mmc/mmc.c
+++ b/drivers/mmc/mmc.c
@@ -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 */