]> 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)
commit1f4840ad872f3a8fab21bbccd65e1b895f1e19c6
tree43ccdf8cad84ff44ce41fd802bfd043174dd1c6d
parent8cdc5f752b63e79a2d6cf4fcf98d086b52ae0f29
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: d02f936564ec ("ALSA: firewire-motu: add message parser to gather meter information in register DSP model")
Fixes: 1eefecc70842 ("ALSA: firewire-motu: add message parser for meter information in command DSP model")
Fixes: b6b1ae4f84ee ("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