ALSA: uapi: use C90 comment style instead of C99 style
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Mon, 13 Dec 2021 08:12:57 +0000 (17:12 +0900)
committerTakashi Iwai <tiwai@suse.de>
Mon, 13 Dec 2021 08:19:00 +0000 (09:19 +0100)
commit55b71f6c29f2a78af42dd453dfed895eba516cb4
tree9308a20743ac3531575a76a5b7d493ff5a389fcd
parentfb6723daf89083a0d2290f3a0abc777e40766c84
ALSA: uapi: use C90 comment style instead of C99 style

UAPI headers are built with compiler option for C90, thus double-slashes
comment introduced in C99 is not preferable.

Fixes: fb6723daf890 ("ALSA: pcm: comment about relation between msbits hw parameter and [S|U]32 formats")
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Link: https://lore.kernel.org/r/20211213081257.36097-1-o-takashi@sakamocchi.jp
Signed-off-by: Takashi Iwai <tiwai@suse.de>
include/uapi/sound/asound.h