From e5d0e17bb6022d8c10f7f7a193acee481c53393a Mon Sep 17 00:00:00 2001 From: Shawn Lin Date: Tue, 4 Jul 2017 10:30:03 +0800 Subject: [PATCH] mmc: mmc_ops: fix a typo for comment of mmc_start_bkops Just a trivial fix for that found by reading the code. Signed-off-by: Shawn Lin Reviewed-by: Jaehoon Chung Signed-off-by: Ulf Hansson --- drivers/mmc/core/mmc_ops.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mmc/core/mmc_ops.c b/drivers/mmc/core/mmc_ops.c index 5f7c5920231a..6dd8ecde5079 100644 --- a/drivers/mmc/core/mmc_ops.c +++ b/drivers/mmc/core/mmc_ops.c @@ -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. -- 2.25.1