mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] ASoC: ti: Fix typos in ti/Kconfig
@ 2019-08-13  3:42 Masanari Iida
  2019-08-13  9:35 ` Peter Ujfalusi
  2019-08-15 17:14 ` Applied "ASoC: ti: Fix typos in ti/Kconfig" to the asoc tree Mark Brown
  0 siblings, 2 replies; 3+ messages in thread
From: Masanari Iida @ 2019-08-13  3:42 UTC (permalink / raw)
  To: linux-kernel, peter.ujfalusi, lgirdwood, broonie, tiwai, perex,
	alsa-devel
  Cc: Masanari Iida

This patch fixes some spelling typo in Kconfig.

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
---
 sound/soc/ti/Kconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sound/soc/ti/Kconfig b/sound/soc/ti/Kconfig
index 2197f3e1eaed..87a9b9dd4e98 100644
--- a/sound/soc/ti/Kconfig
+++ b/sound/soc/ti/Kconfig
@@ -12,7 +12,7 @@ config SND_SOC_TI_SDMA_PCM
 
 comment "Texas Instruments DAI support for:"
 config SND_SOC_DAVINCI_ASP
-	tristate "daVinci Audio Serial Port (ASP) or McBSP suport"
+	tristate "daVinci Audio Serial Port (ASP) or McBSP support"
 	depends on ARCH_DAVINCI || COMPILE_TEST
 	select SND_SOC_TI_EDMA_PCM
 	help
@@ -33,7 +33,7 @@ config SND_SOC_DAVINCI_MCASP
 	  - Keystone devices
 
 config SND_SOC_DAVINCI_VCIF
-	tristate "daVinci Voice Interface (VCIF) suport"
+	tristate "daVinci Voice Interface (VCIF) support"
 	depends on ARCH_DAVINCI || COMPILE_TEST
 	select SND_SOC_TI_EDMA_PCM
 	help
-- 
2.23.0.rc2


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

* Re: [PATCH] ASoC: ti: Fix typos in ti/Kconfig
  2019-08-13  3:42 [PATCH] ASoC: ti: Fix typos in ti/Kconfig Masanari Iida
@ 2019-08-13  9:35 ` Peter Ujfalusi
  2019-08-15 17:14 ` Applied "ASoC: ti: Fix typos in ti/Kconfig" to the asoc tree Mark Brown
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Ujfalusi @ 2019-08-13  9:35 UTC (permalink / raw)
  To: Masanari Iida, linux-kernel, lgirdwood, broonie, tiwai, perex,
	alsa-devel



On 13/08/2019 6.42, Masanari Iida wrote:
> This patch fixes some spelling typo in Kconfig.
> 
> Signed-off-by: Masanari Iida <standby24x7@gmail.com>

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

> ---
>  sound/soc/ti/Kconfig | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/sound/soc/ti/Kconfig b/sound/soc/ti/Kconfig
> index 2197f3e1eaed..87a9b9dd4e98 100644
> --- a/sound/soc/ti/Kconfig
> +++ b/sound/soc/ti/Kconfig
> @@ -12,7 +12,7 @@ config SND_SOC_TI_SDMA_PCM
>  
>  comment "Texas Instruments DAI support for:"
>  config SND_SOC_DAVINCI_ASP
> -	tristate "daVinci Audio Serial Port (ASP) or McBSP suport"
> +	tristate "daVinci Audio Serial Port (ASP) or McBSP support"
>  	depends on ARCH_DAVINCI || COMPILE_TEST
>  	select SND_SOC_TI_EDMA_PCM
>  	help
> @@ -33,7 +33,7 @@ config SND_SOC_DAVINCI_MCASP
>  	  - Keystone devices
>  
>  config SND_SOC_DAVINCI_VCIF
> -	tristate "daVinci Voice Interface (VCIF) suport"
> +	tristate "daVinci Voice Interface (VCIF) support"
>  	depends on ARCH_DAVINCI || COMPILE_TEST
>  	select SND_SOC_TI_EDMA_PCM
>  	help
> 

- Péter

Texas Instruments Finland Oy, Porkkalankatu 22, 00180 Helsinki.
Y-tunnus/Business ID: 0615521-4. Kotipaikka/Domicile: Helsinki

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

* Applied "ASoC: ti: Fix typos in ti/Kconfig" to the asoc tree
  2019-08-13  3:42 [PATCH] ASoC: ti: Fix typos in ti/Kconfig Masanari Iida
  2019-08-13  9:35 ` Peter Ujfalusi
@ 2019-08-15 17:14 ` Mark Brown
  1 sibling, 0 replies; 3+ messages in thread
From: Mark Brown @ 2019-08-15 17:14 UTC (permalink / raw)
  To: Masanari Iida
  Cc: alsa-devel, broonie, lgirdwood, linux-kernel, Mark Brown, perex,
	Peter Ujfalusi, peter.ujfalusi, tiwai

The patch

   ASoC: ti: Fix typos in ti/Kconfig

has been applied to the asoc tree at

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

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

From ae3a5901dde2ab136ec0cebda2fccc48e810d2ec Mon Sep 17 00:00:00 2001
From: Masanari Iida <standby24x7@gmail.com>
Date: Tue, 13 Aug 2019 12:42:35 +0900
Subject: [PATCH] ASoC: ti: Fix typos in ti/Kconfig

This patch fixes some spelling typo in Kconfig.

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Acked-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Link: https://lore.kernel.org/r/20190813034235.30673-1-standby24x7@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
---
 sound/soc/ti/Kconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sound/soc/ti/Kconfig b/sound/soc/ti/Kconfig
index 2197f3e1eaed..87a9b9dd4e98 100644
--- a/sound/soc/ti/Kconfig
+++ b/sound/soc/ti/Kconfig
@@ -12,7 +12,7 @@ config SND_SOC_TI_SDMA_PCM
 
 comment "Texas Instruments DAI support for:"
 config SND_SOC_DAVINCI_ASP
-	tristate "daVinci Audio Serial Port (ASP) or McBSP suport"
+	tristate "daVinci Audio Serial Port (ASP) or McBSP support"
 	depends on ARCH_DAVINCI || COMPILE_TEST
 	select SND_SOC_TI_EDMA_PCM
 	help
@@ -33,7 +33,7 @@ config SND_SOC_DAVINCI_MCASP
 	  - Keystone devices
 
 config SND_SOC_DAVINCI_VCIF
-	tristate "daVinci Voice Interface (VCIF) suport"
+	tristate "daVinci Voice Interface (VCIF) support"
 	depends on ARCH_DAVINCI || COMPILE_TEST
 	select SND_SOC_TI_EDMA_PCM
 	help
-- 
2.20.1


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

end of thread, other threads:[~2019-08-15 17:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-13  3:42 [PATCH] ASoC: ti: Fix typos in ti/Kconfig Masanari Iida
2019-08-13  9:35 ` Peter Ujfalusi
2019-08-15 17:14 ` Applied "ASoC: ti: Fix typos in ti/Kconfig" to the asoc tree Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®