diff options
author | Takashi Iwai <tiwai@suse.de> | 2014-11-10 10:46:35 -0500 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2014-11-11 03:39:10 -0500 |
commit | 2a9e8df00951092e825144a9968285398f8aa162 (patch) | |
tree | 799f4bd2f80e963f879282c8829623c015529a85 /sound/pcmcia | |
parent | 85a8181329a919d58b7ef99211251f47d5e1049e (diff) |
ALSA: vx: Fix missing kerneldoc parameter descriptions
The file isn't processed, but it's not bad to fix beforehand.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pcmcia')
-rw-r--r-- | sound/pcmcia/vx/vxpocket.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pcmcia/vx/vxpocket.c b/sound/pcmcia/vx/vxpocket.c index 92ec11456e3a..b16f42deed67 100644 --- a/sound/pcmcia/vx/vxpocket.c +++ b/sound/pcmcia/vx/vxpocket.c | |||
@@ -174,6 +174,7 @@ static int snd_vxpocket_new(struct snd_card *card, int ibl, | |||
174 | 174 | ||
175 | /** | 175 | /** |
176 | * snd_vxpocket_assign_resources - initialize the hardware and card instance. | 176 | * snd_vxpocket_assign_resources - initialize the hardware and card instance. |
177 | * @chip: VX core instance | ||
177 | * @port: i/o port for the card | 178 | * @port: i/o port for the card |
178 | * @irq: irq number for the card | 179 | * @irq: irq number for the card |
179 | * | 180 | * |