All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ASoC: ti: Fix spelling mistake "cant" -> "can't"
@ 2022-03-15 23:08 Colin Ian King
  2022-03-16  6:34 ` Péter Ujfalusi
  2022-03-16 20:35   ` Mark Brown
  0 siblings, 2 replies; 6+ messages in thread
From: Colin Ian King @ 2022-03-15 23:08 UTC (permalink / raw)
  To: Peter Ujfalusi, Jarkko Nikula, Liam Girdwood, Mark Brown,
	Jaroslav Kysela, Takashi Iwai, alsa-devel, linux-omap
  Cc: kernel-janitors, linux-kernel

There is a spelling mistake in a dev_err message. Fix it.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
---
 sound/soc/ti/omap-dmic.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sound/soc/ti/omap-dmic.c b/sound/soc/ti/omap-dmic.c
index a26588e9c3bc..f3eed20611a3 100644
--- a/sound/soc/ti/omap-dmic.c
+++ b/sound/soc/ti/omap-dmic.c
@@ -474,7 +474,7 @@ static int asoc_dmic_probe(struct platform_device *pdev)
 
 	dmic->fclk = devm_clk_get(dmic->dev, "fck");
 	if (IS_ERR(dmic->fclk)) {
-		dev_err(dmic->dev, "cant get fck\n");
+		dev_err(dmic->dev, "can't get fck\n");
 		return -ENODEV;
 	}
 
-- 
2.35.1


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

* Re: [PATCH] ASoC: ti: Fix spelling mistake "cant" -> "can't"
  2022-03-15 23:08 [PATCH] ASoC: ti: Fix spelling mistake "cant" -> "can't" Colin Ian King
@ 2022-03-16  6:34 ` Péter Ujfalusi
  2022-03-16  9:17     ` Jarkko Nikula
  2022-03-16 20:35   ` Mark Brown
  1 sibling, 1 reply; 6+ messages in thread
From: Péter Ujfalusi @ 2022-03-16  6:34 UTC (permalink / raw)
  To: Colin Ian King, Jarkko Nikula, Liam Girdwood, Mark Brown,
	Jaroslav Kysela, Takashi Iwai, alsa-devel, linux-omap
  Cc: kernel-janitors, linux-kernel



On 16/03/2022 01:08, Colin Ian King wrote:
> There is a spelling mistake in a dev_err message. Fix it.

Acked-by: Peter Ujfalusi <peter.ujfalusi@gmail.com>

> Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
> ---
>  sound/soc/ti/omap-dmic.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/sound/soc/ti/omap-dmic.c b/sound/soc/ti/omap-dmic.c
> index a26588e9c3bc..f3eed20611a3 100644
> --- a/sound/soc/ti/omap-dmic.c
> +++ b/sound/soc/ti/omap-dmic.c
> @@ -474,7 +474,7 @@ static int asoc_dmic_probe(struct platform_device *pdev)
>  
>  	dmic->fclk = devm_clk_get(dmic->dev, "fck");
>  	if (IS_ERR(dmic->fclk)) {
> -		dev_err(dmic->dev, "cant get fck\n");
> +		dev_err(dmic->dev, "can't get fck\n");
>  		return -ENODEV;
>  	}
>  

-- 
Péter

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

* Re: [PATCH] ASoC: ti: Fix spelling mistake "cant" -> "can't"
  2022-03-16  6:34 ` Péter Ujfalusi
@ 2022-03-16  9:17     ` Jarkko Nikula
  0 siblings, 0 replies; 6+ messages in thread
From: Jarkko Nikula @ 2022-03-16  9:17 UTC (permalink / raw)
  To: Péter Ujfalusi
  Cc: alsa-devel, linux-omap, linux-kernel, kernel-janitors,
	Takashi Iwai, Liam Girdwood, Mark Brown, Colin Ian King

On Wed, Mar 16, 2022 at 08:34:12AM +0200, Péter Ujfalusi wrote:
> 
> 
> On 16/03/2022 01:08, Colin Ian King wrote:
> > There is a spelling mistake in a dev_err message. Fix it.
> 
> Acked-by: Peter Ujfalusi <peter.ujfalusi@gmail.com>
>
Acked-by: Jarkko Nikula <jarkko.nikula@bitmer.com>

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

* Re: [PATCH] ASoC: ti: Fix spelling mistake "cant" -> "can't"
@ 2022-03-16  9:17     ` Jarkko Nikula
  0 siblings, 0 replies; 6+ messages in thread
From: Jarkko Nikula @ 2022-03-16  9:17 UTC (permalink / raw)
  To: Péter Ujfalusi
  Cc: Colin Ian King, Liam Girdwood, Mark Brown, Jaroslav Kysela,
	Takashi Iwai, alsa-devel, linux-omap, kernel-janitors,
	linux-kernel

On Wed, Mar 16, 2022 at 08:34:12AM +0200, Péter Ujfalusi wrote:
> 
> 
> On 16/03/2022 01:08, Colin Ian King wrote:
> > There is a spelling mistake in a dev_err message. Fix it.
> 
> Acked-by: Peter Ujfalusi <peter.ujfalusi@gmail.com>
>
Acked-by: Jarkko Nikula <jarkko.nikula@bitmer.com>

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

* Re: [PATCH] ASoC: ti: Fix spelling mistake "cant" -> "can't"
  2022-03-15 23:08 [PATCH] ASoC: ti: Fix spelling mistake "cant" -> "can't" Colin Ian King
@ 2022-03-16 20:35   ` Mark Brown
  2022-03-16 20:35   ` Mark Brown
  1 sibling, 0 replies; 6+ messages in thread
From: Mark Brown @ 2022-03-16 20:35 UTC (permalink / raw)
  To: Colin Ian King, alsa-devel, Peter Ujfalusi, Jaroslav Kysela,
	Liam Girdwood, Jarkko Nikula, Takashi Iwai, linux-omap
  Cc: linux-kernel, kernel-janitors

On Tue, 15 Mar 2022 23:08:16 +0000, Colin Ian King wrote:
> There is a spelling mistake in a dev_err message. Fix it.
> 
> 

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next

Thanks!

[1/1] ASoC: ti: Fix spelling mistake "cant" -> "can't"
      commit: e8ca4cee43fa9d841d25c2b98c9c3a3390593094

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark

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

* Re: [PATCH] ASoC: ti: Fix spelling mistake "cant" -> "can't"
@ 2022-03-16 20:35   ` Mark Brown
  0 siblings, 0 replies; 6+ messages in thread
From: Mark Brown @ 2022-03-16 20:35 UTC (permalink / raw)
  To: Colin Ian King, alsa-devel, Peter Ujfalusi, Jaroslav Kysela,
	Liam Girdwood, Jarkko Nikula, Takashi Iwai, linux-omap
  Cc: kernel-janitors, linux-kernel

On Tue, 15 Mar 2022 23:08:16 +0000, Colin Ian King wrote:
> There is a spelling mistake in a dev_err message. Fix it.
> 
> 

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next

Thanks!

[1/1] ASoC: ti: Fix spelling mistake "cant" -> "can't"
      commit: e8ca4cee43fa9d841d25c2b98c9c3a3390593094

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark

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

end of thread, other threads:[~2022-03-16 20:38 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-15 23:08 [PATCH] ASoC: ti: Fix spelling mistake "cant" -> "can't" Colin Ian King
2022-03-16  6:34 ` Péter Ujfalusi
2022-03-16  9:17   ` Jarkko Nikula
2022-03-16  9:17     ` Jarkko Nikula
2022-03-16 20:35 ` Mark Brown
2022-03-16 20:35   ` Mark Brown

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.