[alsa-devel] [PATCH trivial] ASoC: xlnx: Grammar s/the the/the/
Fixes: 33f8db9a89200c18 ("ASoC: xlnx: enable i2s driver build") Signed-off-by: Geert Uytterhoeven geert+renesas@glider.be --- sound/soc/xilinx/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sound/soc/xilinx/Kconfig b/sound/soc/xilinx/Kconfig index 25e287feb58c33e8..723a583a8d570f62 100644 --- a/sound/soc/xilinx/Kconfig +++ b/sound/soc/xilinx/Kconfig @@ -1,5 +1,5 @@ config SND_SOC_XILINX_I2S - tristate "Audio support for the the Xilinx I2S" + tristate "Audio support for the Xilinx I2S" help Select this option to enable Xilinx I2S Audio. This enables I2S playback and capture using xilinx soft IP. In transmitter
The patch
ASoC: xlnx: Grammar s/the the/the/
has been applied to the asoc tree at
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
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 3930bdad68d0fb1d3cb34cd83bb7d552e5d28bb0 Mon Sep 17 00:00:00 2001
From: Geert Uytterhoeven geert+renesas@glider.be Date: Tue, 18 Dec 2018 14:47:43 +0100 Subject: [PATCH] ASoC: xlnx: Grammar s/the the/the/
Fixes: 33f8db9a89200c18 ("ASoC: xlnx: enable i2s driver build") Signed-off-by: Geert Uytterhoeven geert+renesas@glider.be Signed-off-by: Mark Brown broonie@kernel.org --- sound/soc/xilinx/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sound/soc/xilinx/Kconfig b/sound/soc/xilinx/Kconfig index 25e287feb58c..723a583a8d57 100644 --- a/sound/soc/xilinx/Kconfig +++ b/sound/soc/xilinx/Kconfig @@ -1,5 +1,5 @@ config SND_SOC_XILINX_I2S - tristate "Audio support for the the Xilinx I2S" + tristate "Audio support for the Xilinx I2S" help Select this option to enable Xilinx I2S Audio. This enables I2S playback and capture using xilinx soft IP. In transmitter
On Tue, Dec 18, 2018 at 02:47:43PM +0100, Geert Uytterhoeven wrote:
Fixes: 33f8db9a89200c18 ("ASoC: xlnx: enable i2s driver build") Signed-off-by: Geert Uytterhoeven geert+renesas@glider.be
I already applied a patch from someone else fixing this.
Hi Mark,
On Wed, Dec 19, 2018 at 6:47 PM Mark Brown broonie@kernel.org wrote:
On Tue, Dec 18, 2018 at 02:47:43PM +0100, Geert Uytterhoeven wrote:
Fixes: 33f8db9a89200c18 ("ASoC: xlnx: enable i2s driver build") Signed-off-by: Geert Uytterhoeven geert+renesas@glider.be
I already applied a patch from someone else fixing this.
Indeed, commit 3930bdad68d0fb1d ("ASoC: xlnx: Grammar s/the the/the/") in linux-next, authored by me ;-)
Thanks!
Gr{oetje,eeting}s,
Geert
participants (3)
-
Geert Uytterhoeven
-
Geert Uytterhoeven
-
Mark Brown