* [PATCH] ASoC: SDCA: Fix comments for sdca_irq_request()
@ 2026-02-26 15:47 Takashi Iwai
2026-02-26 15:53 ` Mark Brown
0 siblings, 1 reply; 3+ messages in thread
From: Takashi Iwai @ 2026-02-26 15:47 UTC (permalink / raw)
To: Mark Brown; +Cc: Charles Keepax, Maciej Strozek, linux-sound, patches
The kernel-doc comments for sdca_irq_request() contained some typos
that lead to build warnings with W=1. Let's correct them.
Fixes: b126394d9ec6 ("ASoC: SDCA: Generic interrupt support")
Signed-off-by: Takashi Iwai <tiwai@suse.de>
---
sound/soc/sdca/sdca_interrupts.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sound/soc/sdca/sdca_interrupts.c b/sound/soc/sdca/sdca_interrupts.c
index d9e22cf40f77..95b1ab4ba1b0 100644
--- a/sound/soc/sdca/sdca_interrupts.c
+++ b/sound/soc/sdca/sdca_interrupts.c
@@ -265,9 +265,9 @@ static int sdca_irq_request_locked(struct device *dev,
}
/**
- * sdca_request_irq - request an individual SDCA interrupt
+ * sdca_irq_request - request an individual SDCA interrupt
* @dev: Pointer to the struct device against which things should be allocated.
- * @interrupt_info: Pointer to the interrupt information structure.
+ * @info: Pointer to the interrupt information structure.
* @sdca_irq: SDCA interrupt position.
* @name: Name to be given to the IRQ.
* @handler: A callback thread function to be called for the IRQ.
--
2.53.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] ASoC: SDCA: Fix comments for sdca_irq_request()
2026-02-26 15:47 [PATCH] ASoC: SDCA: Fix comments for sdca_irq_request() Takashi Iwai
@ 2026-02-26 15:53 ` Mark Brown
2026-02-26 16:59 ` Takashi Iwai
0 siblings, 1 reply; 3+ messages in thread
From: Mark Brown @ 2026-02-26 15:53 UTC (permalink / raw)
To: Takashi Iwai; +Cc: Charles Keepax, Maciej Strozek, linux-sound, patches
[-- Attachment #1: Type: text/plain, Size: 384 bytes --]
On Thu, Feb 26, 2026 at 04:47:52PM +0100, Takashi Iwai wrote:
> The kernel-doc comments for sdca_irq_request() contained some typos
> that lead to build warnings with W=1. Let's correct them.
>
> Fixes: b126394d9ec6 ("ASoC: SDCA: Generic interrupt support")
Probably easiest if you apply this directly for sending a PR to Linus:
Acked-by: Mark Brown <broonie@kernel.org>
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] ASoC: SDCA: Fix comments for sdca_irq_request()
2026-02-26 15:53 ` Mark Brown
@ 2026-02-26 16:59 ` Takashi Iwai
0 siblings, 0 replies; 3+ messages in thread
From: Takashi Iwai @ 2026-02-26 16:59 UTC (permalink / raw)
To: Mark Brown
Cc: Takashi Iwai, Charles Keepax, Maciej Strozek, linux-sound,
patches
On Thu, 26 Feb 2026 16:53:09 +0100,
Mark Brown wrote:
>
> On Thu, Feb 26, 2026 at 04:47:52PM +0100, Takashi Iwai wrote:
> > The kernel-doc comments for sdca_irq_request() contained some typos
> > that lead to build warnings with W=1. Let's correct them.
> >
> > Fixes: b126394d9ec6 ("ASoC: SDCA: Generic interrupt support")
>
> Probably easiest if you apply this directly for sending a PR to Linus:
>
> Acked-by: Mark Brown <broonie@kernel.org>
OK, as it's a trivial fix, I took now.
thanks,
Takashi
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2026-02-26 16:59 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-26 15:47 [PATCH] ASoC: SDCA: Fix comments for sdca_irq_request() Takashi Iwai
2026-02-26 15:53 ` Mark Brown
2026-02-26 16:59 ` Takashi Iwai
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.