Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8769392b authored by Deepak Saxena's avatar Deepak Saxena Committed by Pierre Ossman
Browse files

MMC: Trivial comment cleanup



Make the variable name in the comments match the actual name
of the variable.

Signed-off-by: default avatarDeepak Saxena <dsaxena@laptop.org>
Signed-off-by: default avatarPierre Ossman <drzeus@drzeus.cx>
parent 08f80bb5
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -288,7 +288,7 @@ static struct device_type mmc_type = {
/*
/*
 * Handle the detection and initialisation of a card.
 * Handle the detection and initialisation of a card.
 *
 *
 * In the case of a resume, "curcard" will contain the card
 * In the case of a resume, "oldcard" will contain the card
 * we're trying to reinitialise.
 * we're trying to reinitialise.
 */
 */
static int mmc_init_card(struct mmc_host *host, u32 ocr,
static int mmc_init_card(struct mmc_host *host, u32 ocr,
+1 −1
Original line number Original line Diff line number Diff line
@@ -326,7 +326,7 @@ static struct device_type sd_type = {
/*
/*
 * Handle the detection and initialisation of a card.
 * Handle the detection and initialisation of a card.
 *
 *
 * In the case of a resume, "curcard" will contain the card
 * In the case of a resume, "oldcard" will contain the card
 * we're trying to reinitialise.
 * we're trying to reinitialise.
 */
 */
static int mmc_sd_init_card(struct mmc_host *host, u32 ocr,
static int mmc_sd_init_card(struct mmc_host *host, u32 ocr,