diff options
author | Marcel Ziswiler <marcel@ziswiler.com> | 2019-05-20 02:44:53 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-06-30 11:12:27 -0400 |
commit | f5624b104541a6c198b78958581f7e871ef2bb77 (patch) | |
tree | 3ca54776f05e191ef9cf0f8b2ce76f1dc677b735 /drivers/mmc | |
parent | 50c9b0e1ddce280823484579c4ecc1f069e7833b (diff) | |
download | u-boot-f5624b104541a6c198b78958581f7e871ef2bb77.tar.gz |
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.c | 2 |
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 */ |