mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 01:24:47 +01:00
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: b126394d9e ("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
This commit is contained in:
parent
dc9786a06d
commit
71c1978ab6
1 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue