mmc: mmc_ops: fix a typo for comment of mmc_start_bkops
authorShawn Lin <shawn.lin@rock-chips.com>
Tue, 4 Jul 2017 02:30:03 +0000 (10:30 +0800)
committerUlf Hansson <ulf.hansson@linaro.org>
Wed, 30 Aug 2017 12:01:28 +0000 (14:01 +0200)
Just a trivial fix for that found by reading the code.

Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com>
Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/core/mmc_ops.c

index 5f7c592..6dd8ecd 100644 (file)
@@ -946,7 +946,7 @@ static int mmc_read_bkops_status(struct mmc_card *card)
 /**
  *     mmc_start_bkops - start BKOPS for supported cards
  *     @card: MMC card to start BKOPS
- *     @form_exception: A flag to indicate if this function was
+ *     @from_exception: A flag to indicate if this function was
  *                      called due to an exception raised by the card
  *
  *     Start background operations whenever requested.