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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 620FBC27C53 for ; Fri, 7 Jun 2024 16:35:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=oULELej8WGCsL3ECL3kI0vjxg162FgWBFa4EBULUu/g=; b=y3WfTmn0FixQXo S/9P/gxn0x/RIeikFOpDRKyBg6As2RhfPVy2GKdetNLYkDA7Lp5NAhdjvQVkUKjzchmre8e+qGFyk t0FKXhwCFlOdk5Z0YGxTbEjU6NnaQaV349/Y5yPb+ZGMypMsKJSvwbE7/nGaSvPkoaIsUoBr1INPW VRhh9+x1ppkNvg9yFygQYFO+ggHq4khPZohfSpCWZDP5ctm8LKDsnrVJHwxXd6xqTq4rTu8sNOZyf /H0ZCvasIJIRWR7Nmmp/SPOQKNU6YuUBA7FmcweJt6Xqa1NHh9gvQRDkfJH/36x4kpRPgCtkGOJXY mVsf2NMTbU0/EnLHfxFQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sFcZ0-0000000Ey0C-0dsc; Fri, 07 Jun 2024 16:35:38 +0000 Received: from sin.source.kernel.org ([145.40.73.55]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1sFcYx-0000000ExxQ-3V52 for linux-arm-kernel@lists.infradead.org; Fri, 07 Jun 2024 16:35:37 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sin.source.kernel.org (Postfix) with ESMTP id BAA39CE1DC0; Fri, 7 Jun 2024 16:35:33 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 63D28C2BBFC; Fri, 7 Jun 2024 16:35:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1717778133; bh=zcmYl3RMG+9CalkrxbsEE5yzEf0SPPRbktmruT0o8D0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=QUjZYsZNIlmdexktlGNJYhtVVJm6brOK3QTHdkQJKbRonLo2pdbBBQHiYJKA4j654 O+qYzSfgn6KWNdmbdeHd1vOImhTOoCGtHXnbSHim+xlxw2rzhOscUPkuvaqLHVTF3b 2YnWra1lchyoNzqGqoDBKGXAokPc6UPZ2x/79RcUGmodcP/KacCwAII3g1EN79kWFw 2SPY1yjvR27DrrGLtO4IHpv/xVfROriH4pxZqzX3fjNZt/yAZx4r3SX7z2coHBSudG 7MCU4HxTXsR+aDES/wyAMN+AhU4tWnZXWAk/uQOaSvs/LNHOPb1QT36uL3HDL7JsBp TLfuwknCR65Fw== Date: Fri, 7 Jun 2024 09:35:30 -0700 From: Nathan Chancellor To: Ricardo Ribalda Cc: Patrice Chotard , Mauro Carvalho Chehab , Nick Desaulniers , Bill Wendling , Justin Stitt , Hans Verkuil , linux-arm-kernel@lists.infradead.org, linux-media@vger.kernel.org, linux-kernel@vger.kernel.org, llvm@lists.linux.dev, kernel test robot Subject: Re: [PATCH] media: c8sectpfe: Add missing parameter names Message-ID: <20240607163530.GC2483293@thelio-3990X> References: <20240606-c8sectpfe-v1-1-c4b18f38295d@chromium.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20240606-c8sectpfe-v1-1-c4b18f38295d@chromium.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240607_093536_081753_9C58CB2A X-CRM114-Status: GOOD ( 16.02 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Thu, Jun 06, 2024 at 01:01:07PM +0000, Ricardo Ribalda wrote: > clang 19 complains about the missing parameter name. Let's add it. > > drivers/media/platform/st/sti/c8sectpfe/c8sectpfe-debugfs.h:19:62: warning: omitting the parameter name in a function definition is a C23 extension [-Wc23-extensions] > > Reported-by: kernel test robot > Closes: https://lore.kernel.org/oe-kbuild-all/202406050908.1kL1C69p-lkp@intel.com/ > Fixes: e22b4973ee20 ("media: c8sectpfe: Do not depend on DEBUG_FS") > Signed-off-by: Ricardo Ribalda Reviewed-by: Nathan Chancellor > --- > drivers/media/platform/st/sti/c8sectpfe/c8sectpfe-debugfs.h | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/drivers/media/platform/st/sti/c8sectpfe/c8sectpfe-debugfs.h b/drivers/media/platform/st/sti/c8sectpfe/c8sectpfe-debugfs.h > index 8e1bfd860524..3fe177b59b16 100644 > --- a/drivers/media/platform/st/sti/c8sectpfe/c8sectpfe-debugfs.h > +++ b/drivers/media/platform/st/sti/c8sectpfe/c8sectpfe-debugfs.h > @@ -16,8 +16,8 @@ > void c8sectpfe_debugfs_init(struct c8sectpfei *); > void c8sectpfe_debugfs_exit(struct c8sectpfei *); > #else > -static inline void c8sectpfe_debugfs_init(struct c8sectpfei *) {}; > -static inline void c8sectpfe_debugfs_exit(struct c8sectpfei *) {}; > +static inline void c8sectpfe_debugfs_init(struct c8sectpfei *fei) {}; > +static inline void c8sectpfe_debugfs_exit(struct c8sectpfei *fei) {}; > #endif > > #endif /* __C8SECTPFE_DEBUG_H */ > > --- > base-commit: 1aea3d1d4a21e3e7895663b848ffae79ee82e065 > change-id: 20240606-c8sectpfe-5f00b9867f36 > > Best regards, > -- > Ricardo Ribalda > _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel