All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH -next] ASoC: Documentation: fix reference to renamed source file
@ 2020-06-29  3:23 Randy Dunlap
  2020-06-29  3:58   ` Kuninori Morimoto
  2020-06-29 18:15 ` Mark Brown
  0 siblings, 2 replies; 4+ messages in thread
From: Randy Dunlap @ 2020-06-29  3:23 UTC (permalink / raw)
  To: LKML, moderated for non-subscribers, Kuninori Morimoto,
	Mark Brown, Takashi Iwai

From: Randy Dunlap <rdunlap@infradead.org>

sound/soc/soc-io.c was merged into sound/soc/soc-component.c, so fixup
the Documentation to use the updated file name.

Error: Cannot open file ../sound/soc/soc-io.c
WARNING: kernel-doc '../scripts/kernel-doc -rst -enable-lineno ../sound/soc/soc-io.c' failed with return code 1

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Cc: Mark Brown <broonie@kernel.org>
---
 Documentation/sound/kernel-api/alsa-driver-api.rst |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- linux-next-20200626.orig/Documentation/sound/kernel-api/alsa-driver-api.rst
+++ linux-next-20200626/Documentation/sound/kernel-api/alsa-driver-api.rst
@@ -99,7 +99,7 @@ ASoC Core API
 .. kernel-doc:: include/sound/soc.h
 .. kernel-doc:: sound/soc/soc-core.c
 .. kernel-doc:: sound/soc/soc-devres.c
-.. kernel-doc:: sound/soc/soc-io.c
+.. kernel-doc:: sound/soc/soc-component.c
 .. kernel-doc:: sound/soc/soc-pcm.c
 .. kernel-doc:: sound/soc/soc-ops.c
 .. kernel-doc:: sound/soc/soc-compress.c


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

* Re: [PATCH -next] ASoC: Documentation: fix reference to renamed source file
  2020-06-29  3:23 [PATCH -next] ASoC: Documentation: fix reference to renamed source file Randy Dunlap
@ 2020-06-29  3:58   ` Kuninori Morimoto
  2020-06-29 18:15 ` Mark Brown
  1 sibling, 0 replies; 4+ messages in thread
From: Kuninori Morimoto @ 2020-06-29  3:58 UTC (permalink / raw)
  To: Randy Dunlap
  Cc: LKML, moderated for non-subscribers, Mark Brown, Takashi Iwai


Hi

> From: Randy Dunlap <rdunlap@infradead.org>
> 
> sound/soc/soc-io.c was merged into sound/soc/soc-component.c, so fixup
> the Documentation to use the updated file name.
> 
> Error: Cannot open file ../sound/soc/soc-io.c
> WARNING: kernel-doc '../scripts/kernel-doc -rst -enable-lineno ../sound/soc/soc-io.c' failed with return code 1
> 
> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
> Cc: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> Cc: Mark Brown <broonie@kernel.org>
> ---

We want to have

	Fixes: 460b42d162e3 ("ASoC: soc-component: merge soc-io.c into soc-component.c")

Acked-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>

Thank you for your help !!

Best regards
---
Kuninori Morimoto

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

* Re: [PATCH -next] ASoC: Documentation: fix reference to renamed source file
@ 2020-06-29  3:58   ` Kuninori Morimoto
  0 siblings, 0 replies; 4+ messages in thread
From: Kuninori Morimoto @ 2020-06-29  3:58 UTC (permalink / raw)
  To: Randy Dunlap
  Cc: Takashi Iwai, moderated for non-subscribers, Mark Brown, LKML


Hi

> From: Randy Dunlap <rdunlap@infradead.org>
> 
> sound/soc/soc-io.c was merged into sound/soc/soc-component.c, so fixup
> the Documentation to use the updated file name.
> 
> Error: Cannot open file ../sound/soc/soc-io.c
> WARNING: kernel-doc '../scripts/kernel-doc -rst -enable-lineno ../sound/soc/soc-io.c' failed with return code 1
> 
> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
> Cc: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> Cc: Mark Brown <broonie@kernel.org>
> ---

We want to have

	Fixes: 460b42d162e3 ("ASoC: soc-component: merge soc-io.c into soc-component.c")

Acked-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>

Thank you for your help !!

Best regards
---
Kuninori Morimoto

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

* Re: [PATCH -next] ASoC: Documentation: fix reference to renamed source file
  2020-06-29  3:23 [PATCH -next] ASoC: Documentation: fix reference to renamed source file Randy Dunlap
  2020-06-29  3:58   ` Kuninori Morimoto
@ 2020-06-29 18:15 ` Mark Brown
  1 sibling, 0 replies; 4+ messages in thread
From: Mark Brown @ 2020-06-29 18:15 UTC (permalink / raw)
  To: Randy Dunlap, Takashi Iwai, Kuninori Morimoto,
	moderated for non-subscribers, LKML

On Sun, 28 Jun 2020 20:23:33 -0700, Randy Dunlap wrote:
> sound/soc/soc-io.c was merged into sound/soc/soc-component.c, so fixup
> the Documentation to use the updated file name.
> 
> Error: Cannot open file ../sound/soc/soc-io.c
> WARNING: kernel-doc '../scripts/kernel-doc -rst -enable-lineno ../sound/soc/soc-io.c' failed with return code 1

Applied to

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

Thanks!

[1/1] ASoC: Documentation: fix reference to renamed source file
      commit: 4946cd45ef665d99074796fdd8ce04ba37ce1bdf

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

end of thread, other threads:[~2020-06-29 21:32 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-29  3:23 [PATCH -next] ASoC: Documentation: fix reference to renamed source file Randy Dunlap
2020-06-29  3:58 ` Kuninori Morimoto
2020-06-29  3:58   ` Kuninori Morimoto
2020-06-29 18:15 ` Mark Brown

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.