[PATCH] mmc/core: fix repeated words in comments

From: wangjianli
Date: Thu Sep 08 2022 - 08:34:45 EST


Delete the redundant word 'in'.

Signed-off-by: wangjianli <wangjianli@xxxxxxxxxx>
---
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