]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
MMC: Trivial comment cleanup
authorDeepak Saxena <dsaxena@plexity.net>
Tue, 17 Jun 2008 02:20:57 +0000 (19:20 -0700)
committerPierre Ossman <drzeus@drzeus.cx>
Tue, 15 Jul 2008 12:14:41 +0000 (14:14 +0200)
Make the variable name in the comments match the actual name
of the variable.

Signed-off-by: Deepak Saxena <dsaxena@laptop.org>
Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>
drivers/mmc/core/mmc.c
drivers/mmc/core/sd.c

index 3da29eef8f7dbc10640ec57237dc32d3c951183f..fdd7c760be8cff590d00310d620ab4b4fc7e02b3 100644 (file)
@@ -288,7 +288,7 @@ static struct device_type mmc_type = {
 /*
  * 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.
  */
 static int mmc_init_card(struct mmc_host *host, u32 ocr,
index b122eb9ea453d1b705a57865de9d4605125dfb24..26fc098d77cd5d9261852f34aa902b11e88eaa79 100644 (file)
@@ -326,7 +326,7 @@ static struct device_type sd_type = {
 /*
  * 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.
  */
 static int mmc_sd_init_card(struct mmc_host *host, u32 ocr,