From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 0E8B023D7EF; Wed, 10 Sep 2025 10:03:15 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=217.140.110.172 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1757498597; cv=none; b=nNXGFrjE3swjGLF+yXV2vYxTyJMdaImvoUJN45Wn/IqmMZ9puzovJGoqatmqzZIGd+GkoXjuwxD61Z7qbVP6++kwGNoH14vTRIPFVZUtR7nCnWxia7ub64JoAAdHzjxWtCCJdjQb0xq8XPTnt/NxaPY9M95qE0WNmy4FDBKIrjY= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1757498597; c=relaxed/simple; bh=I6d11lOxfm06weQbqzIXWWIrhs68/TQI6BVBp5qCvv4=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=WHOyOXYryhCN+oRV/WNGeLh3eD2TTh2/2GDqvGYukI/L3KTzAN/b3dAisUvlmkcfCRiEUqdpfgD59GrPN3/x5Za+M1twCZ9v9XLvh3dYhy3haCbIOWsLc+hOMGB9oCi35cyPheyx1b2aTPw4wCBYnpiXPFhB45I1rXXC7sVD3/U= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=fail (p=none dis=none) header.from=arm.com; spf=none smtp.mailfrom=foss.arm.com; arc=none smtp.client-ip=217.140.110.172 Authentication-Results: smtp.subspace.kernel.org; dmarc=fail (p=none dis=none) header.from=arm.com Authentication-Results: smtp.subspace.kernel.org; spf=none smtp.mailfrom=foss.arm.com 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> Precedence: bulk X-Mailing-List: linux-gpio@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: 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> 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