commit | 43e575fabbaa1cc9e25dd0bb31eb6657ac7092ec | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Mon Nov 14 22:25:33 2016 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Tue Nov 15 07:28:18 2016 +0100 |
tree | d26ab9c2311baae694146a40c724c93f0dc56e24 | |
parent | f84551e45fd72a248ee69a5b95383b0334a2faac [diff] |
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>