mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-21 14:41:31 +00: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:
parent
50c9b0e1dd
commit
f5624b1045
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Reference in a new issue