]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit36e10bdd5e3eefa2215df311ca74572ae842ce59
tree43ccdf8cad84ff44ce41fd802bfd043174dd1c6d
parentda1ae444527dd15c63de9f28b39aa20293b6ac63
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: 531f4961e5b9 ("ALSA: firewire-motu: add message parser to gather meter information in register DSP model")
Fixes: 4c3221c67481 ("ALSA: firewire-motu: add message parser for meter information in command DSP model")
Fixes: 17bdfd42f045 ("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