Skip to content
Commit 43e575fa authored by Takashi Iwai's avatar Takashi Iwai
Browse files

ALSA: core: Fix kernel-doc warnings



Several lines in sound/core.h get the kernel-doc warnings like

  ./include/sound/core.h:323: warning: No description found for parameter '...'

where we use define like foo(x, args...) and "args" isn't mentioned in
the comments.  As an easy workaround, use simple __VA_ARGS__ for VLA
in macros.

Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent f84551e4
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment