mbox series

[v2,0/6] ASoC: fsl: fix kernel-doc

Message ID 20200702192141.168018-1-pierre-louis.bossart@linux.intel.com (mailing list archive)
Headers show
Series ASoC: fsl: fix kernel-doc | expand

Message

Pierre-Louis Bossart July 2, 2020, 7:21 p.m. UTC
This cleanup patchset is only about kernel-doc, mostly trivial edits
and format correction.

v2: added Nicolin Chen's Acked-by tags and included the three
suggested edits.

Pierre-Louis Bossart (6):
  ASoC: fsl: fsl_ssi_dbg: remove spurious kernel-doc comment start
  ASoC: fsl: fsl_ssi: fix kernel-doc
  ASoC: fsl: fsl-asoc-card: fix kernel-doc
  ASoC: fsl: fsl_spdif: fix kernel-doc
  ASoC: fsl: fsl_asrc: fix kernel-doc
  ASoC: fsl: fsl_esai: fix kernel-doc

 sound/soc/fsl/fsl-asoc-card.c | 21 +++++------
 sound/soc/fsl/fsl_asrc.c      | 57 +++++++++++++++++++---------
 sound/soc/fsl/fsl_esai.c      | 32 +++++++++-------
 sound/soc/fsl/fsl_spdif.c     |  5 ++-
 sound/soc/fsl/fsl_ssi.c       | 70 ++++++++++++++++++++++-------------
 sound/soc/fsl/fsl_ssi_dbg.c   |  4 +-
 6 files changed, 115 insertions(+), 74 deletions(-)

Comments

Mark Brown July 3, 2020, 5:04 p.m. UTC | #1
On Thu, 2 Jul 2020 14:21:35 -0500, Pierre-Louis Bossart wrote:
> This cleanup patchset is only about kernel-doc, mostly trivial edits
> and format correction.
> 
> v2: added Nicolin Chen's Acked-by tags and included the three
> suggested edits.
> 
> Pierre-Louis Bossart (6):
>   ASoC: fsl: fsl_ssi_dbg: remove spurious kernel-doc comment start
>   ASoC: fsl: fsl_ssi: fix kernel-doc
>   ASoC: fsl: fsl-asoc-card: fix kernel-doc
>   ASoC: fsl: fsl_spdif: fix kernel-doc
>   ASoC: fsl: fsl_asrc: fix kernel-doc
>   ASoC: fsl: fsl_esai: fix kernel-doc
> 
> [...]

Applied to

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

Thanks!

[1/6] ASoC: fsl: fsl_ssi_dbg: remove spurious kernel-doc comment start
      commit: 2f981391756f95037a53421100a1634a30684ad1
[2/6] ASoC: fsl: fsl_ssi: fix kernel-doc
      commit: e3b741918f23d46b3c4974cfa57f4634e2fb9131
[3/6] ASoC: fsl: fsl-asoc-card: fix kernel-doc
      commit: 31deacffcdba10a1e4f23efd243821d15f0b5325
[4/6] ASoC: fsl: fsl_spdif: fix kernel-doc
      commit: 28fd6ff1586724cc85166ba2aae2127d913b214b
[5/6] ASoC: fsl: fsl_asrc: fix kernel-doc
      commit: 4674bf0622b38ce38313091dc4226c2451df2ffb
[6/6] ASoC: fsl: fsl_esai: fix kernel-doc
      commit: 3bae1719b383cc97bbfb22c79b8caf2a863a8103

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