mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 14:42:24 +00:00
MMC: Trivial comment cleanup
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>
This commit is contained in:
parent
08f80bb519
commit
8769392b19
@ -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,
|
||||||
|
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user