2022-08-06 19:56:44

by Christophe JAILLET

[permalink] [raw]
Subject: [PATCH] ASoC: tlv320adcx140: Fix a typo in a comment

s/TLV320ADCX104/TLV320ADCX140/

Signed-off-by: Christophe JAILLET <[email protected]>
---
sound/soc/codecs/tlv320adcx140.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sound/soc/codecs/tlv320adcx140.h b/sound/soc/codecs/tlv320adcx140.h
index d7d4e3a88b5c..795b5f7194e6 100644
--- a/sound/soc/codecs/tlv320adcx140.h
+++ b/sound/soc/codecs/tlv320adcx140.h
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: GPL-2.0
-// TLV320ADCX104 Sound driver
+// TLV320ADCX140 Sound driver
// Copyright (C) 2020 Texas Instruments Incorporated - https://www.ti.com/

#ifndef _TLV320ADCX140_H
--
2.34.1


2022-08-15 16:57:55

by Mark Brown

[permalink] [raw]
Subject: Re: [PATCH] ASoC: tlv320adcx140: Fix a typo in a comment

On Sat, 6 Aug 2022 21:33:22 +0200, Christophe JAILLET wrote:
> s/TLV320ADCX104/TLV320ADCX140/
>
>

Applied to

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

Thanks!

[1/1] ASoC: tlv320adcx140: Fix a typo in a comment
commit: 98c17a01bc5965047890bd30c95966007234e6d1

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