linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ASoC: wcd9335.h: fix duplicated word
@ 2020-07-19 18:09 Randy Dunlap
  2020-07-20 14:38 ` Mark Brown
  0 siblings, 1 reply; 2+ messages in thread
From: Randy Dunlap @ 2020-07-19 18:09 UTC (permalink / raw)
  To: linux-kernel; +Cc: Randy Dunlap, Mark Brown, alsa-devel

Fix the doubled word "in" in a comment by adding punctuation
in 3 places and capitalization.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Mark Brown <broonie@kernel.org>
Cc: alsa-devel@alsa-project.org
---
 sound/soc/codecs/wcd9335.h |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

--- linux-next-20200717.orig/sound/soc/codecs/wcd9335.h
+++ linux-next-20200717/sound/soc/codecs/wcd9335.h
@@ -4,9 +4,9 @@
 #define __WCD9335_H__
 
 /*
- * WCD9335 register base can change according to the mode it works in
- * in slimbus mode the reg base starts from 0x800
- * in i2s/i2c mode the reg base is 0x0
+ * WCD9335 register base can change according to the mode it works in.
+ * In slimbus mode the reg base starts from 0x800.
+ * In i2s/i2c mode the reg base is 0x0.
  */
 #define WCD9335_REG(pg, r)	((pg << 8) | (r))
 #define WCD9335_REG_OFFSET(r)	(r & 0xFF)

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

* Re: [PATCH] ASoC: wcd9335.h: fix duplicated word
  2020-07-19 18:09 [PATCH] ASoC: wcd9335.h: fix duplicated word Randy Dunlap
@ 2020-07-20 14:38 ` Mark Brown
  0 siblings, 0 replies; 2+ messages in thread
From: Mark Brown @ 2020-07-20 14:38 UTC (permalink / raw)
  To: Randy Dunlap, linux-kernel; +Cc: alsa-devel

On Sun, 19 Jul 2020 11:09:01 -0700, Randy Dunlap wrote:
> Fix the doubled word "in" in a comment by adding punctuation
> in 3 places and capitalization.

Applied to

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

Thanks!

[1/1] ASoC: wcd9335.h: fix duplicated word
      commit: 09e5209087294f444efa7af07442faf886fcc6b9

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

end of thread, other threads:[~2020-07-20 14:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-19 18:09 [PATCH] ASoC: wcd9335.h: fix duplicated word Randy Dunlap
2020-07-20 14:38 ` 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).