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 93A8FCA101F for ; Wed, 10 Sep 2025 10:03:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:In-Reply-To:Content-Type: MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=vfEoEI07LqAssZJd4kgA+XMFve7iOmdqNuZSLbkCoc0=; b=jEwOhOUEL4LcW3llmWUR9YQXTT yjSICrV79MVlFUsqUBiVsQqYaYxKlbUCB0olmb4zeK2tFfNWjRe72+v6E6EgAPX28NTx5+3zvBnVj wPaymGZL/icSH1HoIqy689TzDknaYeGRbnQWx6YNJvXUjrOUQQYJmDA3lqxbH24TjLFsrPGAWPZgP XDJDGAzJZtB5367ZL5rXDKsjjVoL7d/8dNajLQ5tHu1pJgOMD5NLXEAWQf/biOtmyNzVcRhUZWg/2 /9aNiBWKtt/0pWkcMVvIyLFeyhpvX2xxUdjAyFKPeKJ63PHFpRewonkdffkTuYEPKzrBM7qR3ZYMH ndc7bjcw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98.2 #2 (Red Hat Linux)) id 1uwHfe-0000000DPQ8-0KZg; Wed, 10 Sep 2025 10:03:22 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.98.2 #2 (Red Hat Linux)) id 1uwHfb-0000000DPPl-2vcU; Wed, 10 Sep 2025 10:03:21 +0000 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 1A58516F8; Wed, 10 Sep 2025 03:03:07 -0700 (PDT) Received: from bogus (e133711.arm.com [10.1.196.55]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 192AD3F66E; Wed, 10 Sep 2025 03:03:08 -0700 (PDT) Date: Wed, 10 Sep 2025 11:03:06 +0100 From: Sudeep Holla To: Bartosz Golaszewski Cc: Lee Jones , Andy Shevchenko , Liviu Dudau , Lorenzo Pieralisi , Avi Fishman , Tomer Maimon , Tali Perry , Patrick Venture , Nancy Yuen , Benjamin Fair , Linus Walleij , Jonathan =?iso-8859-1?Q?Neusch=E4fer?= , =?iso-8859-1?Q?Cl=E9ment?= Le Goffic , Maxime Coquelin , Alexandre Torgue , James Cowgill , Matt Redfearn , Neil Jones , Nikolaos Pasaloukos , Hoan Tran , Yang Shen , Imre Kaloz , Yinbo Zhu , Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , Manivannan Sadhasivam , Nobuhiro Iwamatsu , Ray Jui , Scott Branden , Broadcom internal kernel review list , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, openbmc@lists.ozlabs.org, linux-gpio@vger.kernel.org, linux-stm32@st-md-mailman.stormreply.com, imx@lists.linux.dev, linux-unisoc@lists.infradead.org, Bartosz Golaszewski Subject: Re: [PATCH 1/3] mfd: vexpress-sysreg: use more common syntax for compound literals Message-ID: <20250910-precious-silky-worm-8bae77@sudeepholla> References: <20250910-make-compound-literals-normal-again-v1-0-076ee7738a0b@linaro.org> <20250910-make-compound-literals-normal-again-v1-1-076ee7738a0b@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20250910-make-compound-literals-normal-again-v1-1-076ee7738a0b@linaro.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20250910_030319_780248_EDB1A3E6 X-CRM114-Status: UNSURE ( 7.67 ) X-CRM114-Notice: Please train this message. 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: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Wed, Sep 10, 2025 at 09:25:45AM +0200, Bartosz Golaszewski wrote: > From: Bartosz Golaszewski > > The (typeof(foo)) construct is unusual in the kernel, use a more typical > syntax by explicitly spelling out the type. > Acked-by: Sudeep Holla -- Regards, Sudeep