Re: [PATCH v2 20/23] mfd: Unify style of i2c_device_id arrays

Charles Keepax <[email protected]> Wed, 8 Jul 2026 13:15:32 +0100
Newsgroups org.kernel.vger.linux-omap,dev.linux.lists.mfd,org.kernel.vger.linux-kernel
Message-ID <ak4/ZDSvc4bz/[email protected]>
On Wed, Jul 08, 2026 at 01:15:27PM +0200, Uwe Kleine-König (The Capable Hub) wrote:
> Most of 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 few offenders accordingly and also use tabs for indention for
> two drivers.
> 
> Signed-off-by: Uwe Kleine-König (The Capable Hub) <[email protected]>
> ---
>  drivers/mfd/cs40l50-i2c.c   | 2 +-
>  drivers/mfd/wm8400-core.c   | 4 ++--

Reviewed-by: Charles Keepax <[email protected]>

Thanks,
Charles