[PATCH] mmc: sdhci-bcm-kona: Fix comment typo

Jason Wang posted 1 patch 3 years, 9 months ago
drivers/mmc/host/sdhci-bcm-kona.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] mmc: sdhci-bcm-kona: Fix comment typo
Posted by Jason Wang 3 years, 9 months ago
The double `that' is duplicated in line 171, remove one.

Signed-off-by: Jason Wang <wangborong@cdjrlc.com>
---
 drivers/mmc/host/sdhci-bcm-kona.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/mmc/host/sdhci-bcm-kona.c b/drivers/mmc/host/sdhci-bcm-kona.c
index 61a12f2f7f03..6a93a54fe067 100644
--- a/drivers/mmc/host/sdhci-bcm-kona.c
+++ b/drivers/mmc/host/sdhci-bcm-kona.c
@@ -168,7 +168,7 @@ static void sdhci_bcm_kona_init_74_clocks(struct sdhci_host *host,
 	/*
 	 *  JEDEC and SD spec specify supplying 74 continuous clocks to
 	 * device after power up. With minimum bus (100KHz) that
-	 * that translates to 740us
+	 * translates to 740us
 	 */
 	if (power_mode != MMC_POWER_OFF)
 		udelay(740);
-- 
2.35.1
Re: [PATCH] mmc: sdhci-bcm-kona: Fix comment typo
Posted by Florian Fainelli 3 years, 9 months ago

On 7/14/2022 10:19 PM, Jason Wang wrote:
> The double `that' is duplicated in line 171, remove one.
> 
> Signed-off-by: Jason Wang <wangborong@cdjrlc.com>

Acked-by: Florian Fainelli <f.fainelli@gmail.com>
-- 
Florian