Skip to content
  • Takashi Iwai's avatar
    ALSA: core: Fix kernel-doc warnings · 43e575fa
    Takashi Iwai authored
    
    
    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>
    43e575fa