Re: [PATCH v2 21/23] mfd: Unify style of of_device_id arrays
Charles Keepax <[email protected]> Wed, 8 Jul 2026 13:18:35 +0100
| Newsgroups | dev.linux.lists.asahi,dev.linux.lists.imx,dev.linux.lists.linux-sunxi,dev.linux.lists.mfd,org.infradead.lists.linux-amlogic,org.infradead.lists.linux-mediatek,org.kernel.vger.linux-arm-msm,org.kernel.vger.linux-kernel,org.kernel.vger.linux-omap,org.kernel.vger.linux-renesas-soc,org.kernel.vger.linux-samsung-soc,org.kernel.vger.linux-sound |
|---|---|
| Message-ID | <[email protected]> |
On Wed, Jul 08, 2026 at 01:15:28PM +0200, Uwe Kleine-König (The Capable Hub) wrote:
> These arrays already mostly match the most used and generally
> recommended coding style. That is:
>
> - no comma after the list terminator;
> - a comma after an initializer if (and only if) the closing } is not
> directly following;
> - no explicit zeros in the list terminator;
> - a space after an opening { and before a closing }, a single space in
> the list terminator;
>
> Adapt the offenders accordingly.
>
> Signed-off-by: Uwe Kleine-König (The Capable Hub) <[email protected]>
> ---
> drivers/mfd/arizona-i2c.c | 2 +-
> drivers/mfd/arizona-spi.c | 2 +-
> drivers/mfd/cs40l50-i2c.c | 2 +-
> drivers/mfd/cs40l50-spi.c | 2 +-
> drivers/mfd/cs42l43-i2c.c | 2 +-
> drivers/mfd/lochnagar-i2c.c | 2 +-
> drivers/mfd/madera-core.c | 2 +-
> drivers/mfd/wm831x-core.c | 2 +-
Reviewed-by: Charles Keepax <[email protected]>
Thanks,
Charles