]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/mmc/mmc.c
mmc: remove space before tab
[karo-tx-uboot.git] / drivers / mmc / mmc.c
index 4da8db9bed2d1ef0e4f4d4b3460d8689eeeeb9e8..0a7c9fa6057cca4fd89e2175fb31671da82dd055 100644 (file)
@@ -544,7 +544,7 @@ int mmc_send_op_cond(struct mmc *mmc)
        /* Some cards seem to need this */
        mmc_go_idle(mmc);
 
-       /* Asking to the card its capabilities */
+       /* Asking to the card its capabilities */
        mmc->op_cond_pending = 1;
        for (i = 0; i < 2; i++) {
                err = mmc_send_op_cond_iter(mmc, &cmd, i != 0);