[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20220908123353.17745-1-wangjianli@cdjrlc.com>
Date:   Thu,  8 Sep 2022 20:33:53 +0800
From:   wangjianli <wangjianli@...rlc.com>
To:     ulf.hansson@...aro.org
Cc:     linux-mmc@...r.kernel.org, linux-kernel@...r.kernel.org,
        wangjianli <wangjianli@...rlc.com>
Subject: [PATCH] mmc/core: fix repeated words in comments
Delete the redundant word 'in'.
Signed-off-by: wangjianli <wangjianli@...rlc.com>
---
 drivers/mmc/core/core.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/mmc/core/core.c b/drivers/mmc/core/core.c
index ef53a2578824..5a82bc42d358 100644
--- a/drivers/mmc/core/core.c
+++ b/drivers/mmc/core/core.c
@@ -528,7 +528,7 @@ EXPORT_SYMBOL(mmc_cqe_post_req);
  * @host: MMC host to recover
  *
  * Recovery consists of stopping CQE, stopping eMMC, discarding the queue in
- * in eMMC, and discarding the queue in CQE. CQE must call
+ * eMMC, and discarding the queue in CQE. CQE must call
  * mmc_cqe_request_done() on all requests. An error is returned if the eMMC
  * fails to discard its queue.
  */
-- 
2.36.1
Powered by blists - more mailing lists
 
