From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9FABAC433F5 for ; Mon, 18 Oct 2021 06:35:23 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 80788610E8 for ; Mon, 18 Oct 2021 06:35:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229848AbhJRGhd (ORCPT ); Mon, 18 Oct 2021 02:37:33 -0400 Received: from smtp-out1.suse.de ([195.135.220.28]:56844 "EHLO smtp-out1.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229533AbhJRGhd (ORCPT ); Mon, 18 Oct 2021 02:37:33 -0400 Received: from relay2.suse.de (relay2.suse.de [149.44.160.134]) by smtp-out1.suse.de (Postfix) with ESMTP id 4D2B921A63; Mon, 18 Oct 2021 06:35:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1634538921; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=UpvXY3ZCfKy5Ss7ThsmLEExYpPaxEG4z8eL0Wpo9Ky0=; b=M9BVM/WO3dxX5lmnPrT/pmHn0j3IrpoRg3vRYhSdpvMfMUMUNiJlAGIkr1ufT79iJJiCDL GYkNBR4Md2BdN6uyZTztnSTpRbukwTpXAg2SMx85VXsMV8N7iPghvRA7Q1w+6JNPwNXisX VnPl7ui96zVCxu4l0Ieqj9hocYb45nU= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1634538921; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=UpvXY3ZCfKy5Ss7ThsmLEExYpPaxEG4z8eL0Wpo9Ky0=; b=xYfsdzxcrY0ZX6nEsV8vZsiWSxeIBqvlP3rNMnHrtdlKVqCONg8jixqupu9MVh7iOt+522 m5VZTjuw2UYBHJBA== Received: from alsa1.suse.de (alsa1.suse.de [10.160.4.42]) by relay2.suse.de (Postfix) with ESMTP id 56387A3B81; Mon, 18 Oct 2021 06:35:20 +0000 (UTC) Date: Mon, 18 Oct 2021 08:35:20 +0200 Message-ID: From: Takashi Iwai To: Stephen Rothwell Cc: Takashi Sakamoto , Linux Kernel Mailing List , Linux Next Mailing List Subject: Re: linux-next: build failure after merge of the sound tree In-Reply-To: <20211018113812.0a16efb0@canb.auug.org.au> References: <20211018113812.0a16efb0@canb.auug.org.au> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL/10.8 Emacs/25.3 (x86_64-suse-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Precedence: bulk List-ID: X-Mailing-List: linux-next@vger.kernel.org On Mon, 18 Oct 2021 02:38:12 +0200, Stephen Rothwell wrote: > > Hi all, > > After merging the sound tree, today's linux-next build (x86_64 > allmodconfig) failed like this: > > In file included from :32: > ./usr/include/sound/firewire.h:71:16: error: C++ style comments are not allowed in ISO C90 > 71 | __u32 count; // The number of changes. > | ^ > ./usr/include/sound/firewire.h:71:16: note: (this will be reported only once per input file) > > Caused by commit > > 634ec0b2906e ("ALSA: firewire-motu: notify event for parameter change in register DSP model") > > I have used the sound tree from next-20211015 for today. I'll submit and queue the fix. Thanks! Takashi