Commit 27d8a86a authored by Flavio Suligoi's avatar Flavio Suligoi Committed by Ulf Hansson

mmc: sdhci-msm: Fix spelling mistake

Fix typo: "trigered" --> "triggered"
Signed-off-by: default avatarFlavio Suligoi <f.suligoi@asem.it>
Acked-by: default avatarAdrian Hunter <adrian.hunter@intel.com>
Link: https://lore.kernel.org/r/20200617151938.30217-1-f.suligoi@asem.itSigned-off-by: default avatarUlf Hansson <ulf.hansson@linaro.org>
parent 81a77ee9
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment