The double `that' is duplicated in line 171, remove one.
Signed-off-by: Jason Wang <[email protected]>
---
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
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 <[email protected]>
Acked-by: Florian Fainelli <[email protected]>
--
Florian