diff options
author | Flavio Suligoi <f.suligoi@asem.it> | 2020-06-17 17:19:38 +0200 |
---|---|---|
committer | Ulf Hansson <ulf.hansson@linaro.org> | 2020-07-13 12:18:23 +0200 |
commit | 27d8a86a30506624d0e49f20fa1c92edb58443cc (patch) | |
tree | df2b9c4546328c7fbd299291f2354d3d65a0cc10 /drivers/mmc/host/sdhci-msm.c | |
parent | mmc: mmci: add sdio datactrl mask for sdmmc revisions (diff) | |
download | linux-27d8a86a30506624d0e49f20fa1c92edb58443cc.tar.xz linux-27d8a86a30506624d0e49f20fa1c92edb58443cc.zip |
mmc: sdhci-msm: Fix spelling mistake
Fix typo: "trigered" --> "triggered"
Signed-off-by: Flavio Suligoi <f.suligoi@asem.it>
Acked-by: Adrian Hunter <adrian.hunter@intel.com>
Link: https://lore.kernel.org/r/20200617151938.30217-1-f.suligoi@asem.it
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Diffstat (limited to 'drivers/mmc/host/sdhci-msm.c')
-rw-r--r-- | drivers/mmc/host/sdhci-msm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/host/sdhci-msm.c b/drivers/mmc/host/sdhci-msm.c index cdafc4f69ca5..d515a0915e3a 100644 --- a/drivers/mmc/host/sdhci-msm.c +++ b/drivers/mmc/host/sdhci-msm.c @@ -1364,7 +1364,7 @@ static inline void sdhci_msm_complete_pwr_irq_wait( * To what state the register writes will change the IO lines should be passed * as the argument req_type. This API will check whether the IO line's state * is already the expected state and will wait for power irq only if - * power irq is expected to be trigerred based on the current IO line state + * power irq is expected to be triggered based on the current IO line state * and expected IO line state. */ static void sdhci_msm_check_power_status(struct sdhci_host *host, u32 req_type) |