mbox series

[0/7] ASoC: codecs: wm/cs: fix kernel-doc and W=1 warnings

Message ID 20200701181320.80848-1-pierre-louis.bossart@linux.intel.com (mailing list archive)
Headers show
Series ASoC: codecs: wm/cs: fix kernel-doc and W=1 warnings | expand

Message

Pierre-Louis Bossart July 1, 2020, 6:13 p.m. UTC
I've been doing a lot of cleanups to get to zero warnings with W=1,
here's the first batch for Cirrus/Wolfson codecs.

Pierre-Louis Bossart (7):
  ASoC: codecs: cs4270: fix kernel-doc
  ASoC: codecs: cs42l42: remove always-true comparisons
  ASoC: codecs: wm8986: fix missing kernel-doc arguments
  ASoC: codecs: wm8960: fix kernel-doc
  ASoC: codecs: wm9713: remove spurious kernel-doc comment start
  ASoC: codecs: wm8994: fix kernel-doc
  ASoC: codecs: wm8400: add _maybe_unused as needed

 sound/soc/codecs/cs4270.c  | 4 ++--
 sound/soc/codecs/cs42l42.c | 9 +++------
 sound/soc/codecs/wm8400.c  | 6 +++---
 sound/soc/codecs/wm8960.c  | 2 +-
 sound/soc/codecs/wm8994.c  | 4 ++++
 sound/soc/codecs/wm8996.c  | 3 +++
 sound/soc/codecs/wm9713.c  | 2 +-
 7 files changed, 17 insertions(+), 13 deletions(-)


base-commit: a2b782d59c57cb6f673dbb4804ffc500336d7a54

Comments

Mark Brown July 2, 2020, 3:46 p.m. UTC | #1
On Wed, 1 Jul 2020 13:13:13 -0500, Pierre-Louis Bossart wrote:
> I've been doing a lot of cleanups to get to zero warnings with W=1,
> here's the first batch for Cirrus/Wolfson codecs.
> 
> Pierre-Louis Bossart (7):
>   ASoC: codecs: cs4270: fix kernel-doc
>   ASoC: codecs: cs42l42: remove always-true comparisons
>   ASoC: codecs: wm8986: fix missing kernel-doc arguments
>   ASoC: codecs: wm8960: fix kernel-doc
>   ASoC: codecs: wm9713: remove spurious kernel-doc comment start
>   ASoC: codecs: wm8994: fix kernel-doc
>   ASoC: codecs: wm8400: add _maybe_unused as needed
> 
> [...]

Applied to

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

Thanks!

[1/6] ASoC: codecs: cs4270: fix kernel-doc
      commit: 7fdc1512096217c2888959bf662ebff9f37021aa
[2/6] ASoC: codecs: cs42l42: remove always-true comparisons
      commit: 5502ce4ea214658c4ed80afc024a6fa6a6837023
[3/6] ASoC: codecs: wm8986: fix missing kernel-doc arguments
      commit: 824186fbf73499adad545a3ae30b0a3feef4f05a
[4/6] ASoC: codecs: wm8960: fix kernel-doc
      commit: 419eac3cff69c07bf38902be1b245dee3b309342
[5/6] ASoC: codecs: wm9713: remove spurious kernel-doc comment start
      commit: 442950a3dc9ced1e3416e497f97636cc4c955ccf
[6/6] ASoC: codecs: wm8994: fix kernel-doc
      commit: 7c4084e1127026546b102152cebda297b8237870

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