]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
ALSA: core: Fix kernel-doc warnings
authorTakashi Iwai <tiwai@suse.de>
Mon, 14 Nov 2016 21:25:33 +0000 (22:25 +0100)
committerTakashi Iwai <tiwai@suse.de>
Tue, 15 Nov 2016 06:28:18 +0000 (07:28 +0100)
commit43e575fabbaa1cc9e25dd0bb31eb6657ac7092ec
treed26ab9c2311baae694146a40c724c93f0dc56e24
parentf84551e45fd72a248ee69a5b95383b0334a2faac
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: Takashi Iwai <tiwai@suse.de>
include/sound/core.h