ALSA: firewire: Fix C++ style comments in uapi header
authorTakashi Iwai <tiwai@suse.de>
Mon, 18 Oct 2021 06:37:00 +0000 (08:37 +0200)
committerTakashi Iwai <tiwai@suse.de>
Mon, 18 Oct 2021 12:58:00 +0000 (14:58 +0200)
commitb15706471abe916a16a38bee4434612998d869d2
tree43ccdf8cad84ff44ce41fd802bfd043174dd1c6d
parent2d9ea39917a4e4293bc2caea902c7059a330b611
ALSA: firewire: Fix C++ style comments in uapi header

UAPI headers are built with -std=c90 and C++ style comments are
explicitly prohibited.  The recent commit overlooked the rule and
caused the error at header installation.  This patch corrects those.

Fixes: bea36afa102e ("ALSA: firewire-motu: add message parser to gather meter information in register DSP model")
Fixes: 90b28f3bb85c ("ALSA: firewire-motu: add message parser for meter information in command DSP model")
Fixes: 634ec0b2906e ("ALSA: firewire-motu: notify event for parameter change in register DSP model")
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Acked-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Link: https://lore.kernel.org/r/20211018113812.0a16efb0@canb.auug.org.au
Link: https://lore.kernel.org/r/20211018063700.30834-1-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
include/uapi/sound/firewire.h