Skip to content

Commit 71c1978

Browse files
committed
ASoC: SDCA: Fix comments for sdca_irq_request()
The kernel-doc comments for sdca_irq_request() contained some typos that lead to build warnings with W=1. Let's correct them. Fixes: b126394 ("ASoC: SDCA: Generic interrupt support") Acked-by: Mark Brown <broonie@kernel.org> Signed-off-by: Takashi Iwai <tiwai@suse.de> Link: https://patch.msgid.link/20260226154753.1083320-1-tiwai@suse.de
1 parent dc9786a commit 71c1978

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

sound/soc/sdca/sdca_interrupts.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -265,9 +265,9 @@ static int sdca_irq_request_locked(struct device *dev,
265265
}
266266

267267
/**
268-
* sdca_request_irq - request an individual SDCA interrupt
268+
* sdca_irq_request - request an individual SDCA interrupt
269269
* @dev: Pointer to the struct device against which things should be allocated.
270-
* @interrupt_info: Pointer to the interrupt information structure.
270+
* @info: Pointer to the interrupt information structure.
271271
* @sdca_irq: SDCA interrupt position.
272272
* @name: Name to be given to the IRQ.
273273
* @handler: A callback thread function to be called for the IRQ.

0 commit comments

Comments
 (0)