Re: [PATCH] ALSA: firewire: Fix C++ style comments in uapi header

From: Takashi Sakamoto
Date: Mon Oct 18 2021 - 08:17:36 EST


Hi,

On Mon, Oct 18, 2021 at 08:37:00AM +0200, Takashi Iwai wrote:
> 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@xxxxxxxxxxxxxxxx>
> Link: https://lore.kernel.org/r/20211018113812.0a16efb0@xxxxxxxxxxxxxxxx
> Signed-off-by: Takashi Iwai <tiwai@xxxxxxx>
> ---
> include/uapi/sound/firewire.h | 70 ++++++++++++++++++-----------------
> 1 file changed, 37 insertions(+), 33 deletions(-)

I completely overlooked it. Thanks for your reporting.

Acked-by: Takashi Sakamoto <o-takashi@xxxxxxxxxxxxx>


Regards

Takashi Sakamoto