linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] sound: remove duplicate "the the" phrase in Kconfig text
@ 2020-08-17 22:47 Colin King
  2020-08-18  6:40 ` Michal Simek
  2020-08-18 16:55 ` Mark Brown
  0 siblings, 2 replies; 3+ messages in thread
From: Colin King @ 2020-08-17 22:47 UTC (permalink / raw)
  To: Liam Girdwood, Mark Brown, Jaroslav Kysela, Takashi Iwai,
	Michal Simek, alsa-devel, linux-arm-kernel
  Cc: kernel-janitors, linux-kernel

From: Colin Ian King <colin.king@canonical.com>

There are a couple of occurrences of "the the" in the Kconfig
text. Fix these.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 sound/soc/xilinx/Kconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sound/soc/xilinx/Kconfig b/sound/soc/xilinx/Kconfig
index 1d3586b68db7..5bd2730aab76 100644
--- a/sound/soc/xilinx/Kconfig
+++ b/sound/soc/xilinx/Kconfig
@@ -9,14 +9,14 @@ config SND_SOC_XILINX_I2S
 	  encapsulates PCM in AES format and sends AES data.
 
 config SND_SOC_XILINX_AUDIO_FORMATTER
-	tristate "Audio support for the the Xilinx audio formatter"
+	tristate "Audio support for the Xilinx audio formatter"
 	help
 	  Select this option to enable Xilinx audio formatter
 	  support. This provides DMA platform device support for
 	  audio functionality.
 
 config SND_SOC_XILINX_SPDIF
-	tristate "Audio support for the the Xilinx SPDIF"
+	tristate "Audio support for the Xilinx SPDIF"
 	help
 	  Select this option to enable Xilinx SPDIF Audio.
 	  This provides playback and capture of SPDIF audio in
-- 
2.27.0


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

* Re: [PATCH] sound: remove duplicate "the the" phrase in Kconfig text
  2020-08-17 22:47 [PATCH] sound: remove duplicate "the the" phrase in Kconfig text Colin King
@ 2020-08-18  6:40 ` Michal Simek
  2020-08-18 16:55 ` Mark Brown
  1 sibling, 0 replies; 3+ messages in thread
From: Michal Simek @ 2020-08-18  6:40 UTC (permalink / raw)
  To: Colin King, Liam Girdwood, Mark Brown, Jaroslav Kysela,
	Takashi Iwai, Michal Simek, alsa-devel, linux-arm-kernel
  Cc: kernel-janitors, linux-kernel



On 18. 08. 20 0:47, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
> 
> There are a couple of occurrences of "the the" in the Kconfig
> text. Fix these.
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---
>  sound/soc/xilinx/Kconfig | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/sound/soc/xilinx/Kconfig b/sound/soc/xilinx/Kconfig
> index 1d3586b68db7..5bd2730aab76 100644
> --- a/sound/soc/xilinx/Kconfig
> +++ b/sound/soc/xilinx/Kconfig
> @@ -9,14 +9,14 @@ config SND_SOC_XILINX_I2S
>  	  encapsulates PCM in AES format and sends AES data.
>  
>  config SND_SOC_XILINX_AUDIO_FORMATTER
> -	tristate "Audio support for the the Xilinx audio formatter"
> +	tristate "Audio support for the Xilinx audio formatter"
>  	help
>  	  Select this option to enable Xilinx audio formatter
>  	  support. This provides DMA platform device support for
>  	  audio functionality.
>  
>  config SND_SOC_XILINX_SPDIF
> -	tristate "Audio support for the the Xilinx SPDIF"
> +	tristate "Audio support for the Xilinx SPDIF"
>  	help
>  	  Select this option to enable Xilinx SPDIF Audio.
>  	  This provides playback and capture of SPDIF audio in
> 

Acked-by: Michal Simek <michal.simek@xilinx.com>

Thanks,
Michal

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

* Re: [PATCH] sound: remove duplicate "the the" phrase in Kconfig text
  2020-08-17 22:47 [PATCH] sound: remove duplicate "the the" phrase in Kconfig text Colin King
  2020-08-18  6:40 ` Michal Simek
@ 2020-08-18 16:55 ` Mark Brown
  1 sibling, 0 replies; 3+ messages in thread
From: Mark Brown @ 2020-08-18 16:55 UTC (permalink / raw)
  To: Michal Simek, Colin King, linux-arm-kernel, Jaroslav Kysela,
	alsa-devel, Liam Girdwood, Takashi Iwai
  Cc: linux-kernel, kernel-janitors

On Mon, 17 Aug 2020 23:47:06 +0100, Colin King wrote:
> There are a couple of occurrences of "the the" in the Kconfig
> text. Fix these.

Applied to

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

Thanks!

[1/1] sound: remove duplicate "the the" phrase in Kconfig text
      commit: 466a806a7d2beffa6a79d61dbabac8a48685c3e2

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] 3+ messages in thread

end of thread, other threads:[~2020-08-18 16:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-17 22:47 [PATCH] sound: remove duplicate "the the" phrase in Kconfig text Colin King
2020-08-18  6:40 ` Michal Simek
2020-08-18 16:55 ` Mark Brown

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).