[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220718082650.9784-3-wangborong@cdjrlc.com>
Date: Mon, 18 Jul 2022 16:26:50 +0800
From: Jason Wang <wangborong@...rlc.com>
To: ulf.hansson@...aro.org
Cc: adrian.hunter@...el.com, haibo.chen@....com, shawnguo@...nel.org,
s.hauer@...gutronix.de, kernel@...gutronix.de, festevam@...il.com,
linux-imx@....com, kishon@...com, linux-mmc@...r.kernel.org,
linux-kernel@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
Jason Wang <wangborong@...rlc.com>
Subject: [PATCH 3/3] mmc: sdhci-omap: Fix comment typo
The double `any' is duplicated in the comment, remove one.
Signed-off-by: Jason Wang <wangborong@...rlc.com>
---
drivers/mmc/host/sdhci-omap.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/mmc/host/sdhci-omap.c b/drivers/mmc/host/sdhci-omap.c
index 033be559a730..8ed9256b83da 100644
--- a/drivers/mmc/host/sdhci-omap.c
+++ b/drivers/mmc/host/sdhci-omap.c
@@ -370,7 +370,7 @@ static int sdhci_omap_execute_tuning(struct mmc_host *mmc, u32 opcode)
/*
* Stage 1: Search for a maximum pass window ignoring any
- * any single point failures. If the tuning value ends up
+ * single point failures. If the tuning value ends up
* near it, move away from it in stage 2 below
*/
while (phase_delay <= MAX_PHASE_DELAY) {
--
2.35.1
Powered by blists - more mailing lists