Skip to content

Commit a04710c

Browse files
tiwaiSasha Levin
authored andcommitted
ASoC: SDCA: Fix comments for sdca_irq_request()
[ Upstream commit 71c1978 ] 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 Signed-off-by: Sasha Levin <sashal@kernel.org>
1 parent d303c51 commit a04710c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sound/soc/sdca/sdca_interrupts.c

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

248248
/**
249-
* sdca_request_irq - request an individual SDCA interrupt
249+
* sdca_irq_request - request an individual SDCA interrupt
250250
* @dev: Pointer to the struct device against which things should be allocated.
251-
* @interrupt_info: Pointer to the interrupt information structure.
251+
* @info: Pointer to the interrupt information structure.
252252
* @sdca_irq: SDCA interrupt position.
253253
* @name: Name to be given to the IRQ.
254254
* @handler: A callback thread function to be called for the IRQ.

0 commit comments

Comments
 (0)