Skip to content

Commit 67633f8

Browse files
committed
drivers: sdhc: fix spelling of "programing"
s/programing/programming/ Signed-off-by: Benjamin Cabé <[email protected]>
1 parent a0461d7 commit 67633f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/sdhc/sdhc_cdns_ll.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ void cdns_sdhc_set_sdmmc_params(struct sdhc_cdns_combo_phy *sdhc_cdns_combo_phy_
165165
sdhc_cdns_sdmmc_reg->sdhc_wrdata1_sdclk_dly = 0;
166166
}
167167

168-
/* Phy register programing for phy init */
168+
/* Phy register programming for phy init */
169169
static int sdhc_cdns_program_phy_reg(struct sdhc_cdns_combo_phy *sdhc_cdns_combo_phy_reg,
170170
struct sdhc_cdns_sdmmc *sdhc_cdns_sdmmc_reg)
171171
{

0 commit comments

Comments
 (0)