linux-mmc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/1] mmc: host: sdhci-msm: fix spelling mistake
@ 2020-06-17 15:19 Flavio Suligoi
  2020-07-01  9:19 ` Adrian Hunter
  2020-07-06 14:48 ` Ulf Hansson
  0 siblings, 2 replies; 3+ messages in thread
From: Flavio Suligoi @ 2020-06-17 15:19 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson, Adrian Hunter, Ulf Hansson
  Cc: linux-arm-msm, linux-mmc, linux-kernel, Flavio Suligoi

Fix typo: "trigered" --> "triggered"

Signed-off-by: Flavio Suligoi <f.suligoi@asem.it>
---
 drivers/mmc/host/sdhci-msm.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/mmc/host/sdhci-msm.c b/drivers/mmc/host/sdhci-msm.c
index b277dd7fbdb5..3f615d0ccb61 100644
--- a/drivers/mmc/host/sdhci-msm.c
+++ b/drivers/mmc/host/sdhci-msm.c
@@ -1362,7 +1362,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)
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH 1/1] mmc: host: sdhci-msm: fix spelling mistake
  2020-06-17 15:19 [PATCH 1/1] mmc: host: sdhci-msm: fix spelling mistake Flavio Suligoi
@ 2020-07-01  9:19 ` Adrian Hunter
  2020-07-06 14:48 ` Ulf Hansson
  1 sibling, 0 replies; 3+ messages in thread
From: Adrian Hunter @ 2020-07-01  9:19 UTC (permalink / raw)
  To: Flavio Suligoi, Andy Gross, Bjorn Andersson, Ulf Hansson
  Cc: linux-arm-msm, linux-mmc, linux-kernel

On 17/06/20 6:19 pm, Flavio Suligoi wrote:
> Fix typo: "trigered" --> "triggered"
> 
> Signed-off-by: Flavio Suligoi <f.suligoi@asem.it>

Acked-by: Adrian Hunter <adrian.hunter@intel.com>

> ---
>  drivers/mmc/host/sdhci-msm.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/mmc/host/sdhci-msm.c b/drivers/mmc/host/sdhci-msm.c
> index b277dd7fbdb5..3f615d0ccb61 100644
> --- a/drivers/mmc/host/sdhci-msm.c
> +++ b/drivers/mmc/host/sdhci-msm.c
> @@ -1362,7 +1362,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)
> 


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH 1/1] mmc: host: sdhci-msm: fix spelling mistake
  2020-06-17 15:19 [PATCH 1/1] mmc: host: sdhci-msm: fix spelling mistake Flavio Suligoi
  2020-07-01  9:19 ` Adrian Hunter
@ 2020-07-06 14:48 ` Ulf Hansson
  1 sibling, 0 replies; 3+ messages in thread
From: Ulf Hansson @ 2020-07-06 14:48 UTC (permalink / raw)
  To: Flavio Suligoi
  Cc: Andy Gross, Bjorn Andersson, Adrian Hunter, linux-arm-msm,
	linux-mmc, Linux Kernel Mailing List

On Wed, 17 Jun 2020 at 17:19, Flavio Suligoi <f.suligoi@asem.it> wrote:
>
> Fix typo: "trigered" --> "triggered"
>
> Signed-off-by: Flavio Suligoi <f.suligoi@asem.it>

Applied for next, thanks!

Kind regards
Uffe


> ---
>  drivers/mmc/host/sdhci-msm.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/mmc/host/sdhci-msm.c b/drivers/mmc/host/sdhci-msm.c
> index b277dd7fbdb5..3f615d0ccb61 100644
> --- a/drivers/mmc/host/sdhci-msm.c
> +++ b/drivers/mmc/host/sdhci-msm.c
> @@ -1362,7 +1362,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)
> --
> 2.17.1
>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-07-06 14:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-17 15:19 [PATCH 1/1] mmc: host: sdhci-msm: fix spelling mistake Flavio Suligoi
2020-07-01  9:19 ` Adrian Hunter
2020-07-06 14:48 ` Ulf Hansson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).