aboutsummaryrefslogtreecommitdiff
path: root/drivers/mmc
diff options
context:
space:
mode:
authorMarcel Ziswiler2019-05-20 02:44:53 +0200
committerTom Rini2020-06-30 11:12:27 -0400
commitf5624b104541a6c198b78958581f7e871ef2bb77 (patch)
tree3ca54776f05e191ef9cf0f8b2ce76f1dc677b735 /drivers/mmc
parent50c9b0e1ddce280823484579c4ecc1f069e7833b (diff)
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 620bb930640..b61ce8db143 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 */