mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
ALSA: pcmcia/pdaudiocf: fix kernel-doc
Fix W=1 warnings - add missing context parameter in description Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> Link: https://lore.kernel.org/r/20200702193604.169059-22-pierre-louis.bossart@linux.intel.com Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
86a5d9cfbb
commit
369a0332bd
1 changed files with 1 additions and 0 deletions
|
@ -139,6 +139,7 @@ static int snd_pdacf_probe(struct pcmcia_device *link)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* snd_pdacf_assign_resources - initialize the hardware and card instance.
|
* snd_pdacf_assign_resources - initialize the hardware and card instance.
|
||||||
|
* @pdacf: context
|
||||||
* @port: i/o port for the card
|
* @port: i/o port for the card
|
||||||
* @irq: irq number for the card
|
* @irq: irq number for the card
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in a new issue