linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ASoC: tlv320adcx140: Fix a typo in a comment
@ 2020-10-02 19:28 Christophe JAILLET
  2020-10-05 14:05 ` Mark Brown
  2020-12-01 13:57 ` Mark Brown
  0 siblings, 2 replies; 5+ messages in thread
From: Christophe JAILLET @ 2020-10-02 19:28 UTC (permalink / raw)
  To: lgirdwood, broonie, perex, tiwai, dmurphy, robh, grandmaster
  Cc: alsa-devel, linux-kernel, kernel-janitors, Christophe JAILLET

It is likely that this header file is about the TLV320ADCX140. (0 and 4
swapped)
While at it fix a missing "H" in a comment related to the include guard.

Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
---
 sound/soc/codecs/tlv320adcx140.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sound/soc/codecs/tlv320adcx140.h b/sound/soc/codecs/tlv320adcx140.h
index eedbc1d7221f..cafcbc0dd5fd 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
@@ -145,4 +145,4 @@
 #define ADCX140_GPO_CFG_MAX		4
 #define ADCX140_GPO_DRV_MAX		5
 
-#endif /* _TLV320ADCX140_ */
+#endif /* _TLV320ADCX140_H */
-- 
2.25.1


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

* Re: [PATCH] ASoC: tlv320adcx140: Fix a typo in a comment
  2020-10-02 19:28 [PATCH] ASoC: tlv320adcx140: Fix a typo in a comment Christophe JAILLET
@ 2020-10-05 14:05 ` Mark Brown
  2020-12-01 13:57 ` Mark Brown
  1 sibling, 0 replies; 5+ messages in thread
From: Mark Brown @ 2020-10-05 14:05 UTC (permalink / raw)
  To: Christophe JAILLET
  Cc: lgirdwood, perex, tiwai, dmurphy, robh, grandmaster, alsa-devel,
	kernel-janitors, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 295 bytes --]

On Fri, Oct 02, 2020 at 09:28:01PM +0200, Christophe JAILLET wrote:
> It is likely that this header file is about the TLV320ADCX140. (0 and 4
> swapped)
> While at it fix a missing "H" in a comment related to the include guard.

This doesn't apply against current code, please check and resend.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

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

* Re: [PATCH] ASoC: tlv320adcx140: Fix a typo in a comment
  2020-10-02 19:28 [PATCH] ASoC: tlv320adcx140: Fix a typo in a comment Christophe JAILLET
  2020-10-05 14:05 ` Mark Brown
@ 2020-12-01 13:57 ` Mark Brown
  1 sibling, 0 replies; 5+ messages in thread
From: Mark Brown @ 2020-12-01 13:57 UTC (permalink / raw)
  To: robh, lgirdwood, grandmaster, perex, dmurphy, Christophe JAILLET, tiwai
  Cc: linux-kernel, kernel-janitors, alsa-devel

On Fri, 2 Oct 2020 21:28:01 +0200, Christophe JAILLET wrote:
> It is likely that this header file is about the TLV320ADCX140. (0 and 4
> swapped)
> While at it fix a missing "H" in a comment related to the include guard.

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
      (no commit info)

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

* Re: [PATCH] ASoC: tlv320adcx140: Fix a typo in a comment
  2022-08-06 19:33 Christophe JAILLET
@ 2022-08-15 16:23 ` Mark Brown
  0 siblings, 0 replies; 5+ messages in thread
From: Mark Brown @ 2022-08-15 16:23 UTC (permalink / raw)
  To: Jaroslav Kysela, Takashi Iwai, Christophe JAILLET, Liam Girdwood
  Cc: kernel-janitors, alsa-devel, linux-kernel

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

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

* [PATCH] ASoC: tlv320adcx140: Fix a typo in a comment
@ 2022-08-06 19:33 Christophe JAILLET
  2022-08-15 16:23 ` Mark Brown
  0 siblings, 1 reply; 5+ messages in thread
From: Christophe JAILLET @ 2022-08-06 19:33 UTC (permalink / raw)
  To: Liam Girdwood, Mark Brown, Jaroslav Kysela, Takashi Iwai
  Cc: linux-kernel, kernel-janitors, Christophe JAILLET, alsa-devel

s/TLV320ADCX104/TLV320ADCX140/

Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
---
 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


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

end of thread, other threads:[~2022-08-15 16:26 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-02 19:28 [PATCH] ASoC: tlv320adcx140: Fix a typo in a comment Christophe JAILLET
2020-10-05 14:05 ` Mark Brown
2020-12-01 13:57 ` Mark Brown
2022-08-06 19:33 Christophe JAILLET
2022-08-15 16:23 ` 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).