[PATCH v2 21/23] mfd: Unify style of of_device_id arrays
André Draszik
andre.draszik at linaro.org
Wed Jul 8 05:58:20 PDT 2026
On Wed, 2026-07-08 at 13:15 +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) <u.kleine-koenig at baylibre.com>
> ---
> drivers/mfd/max77759.c | 2 +-
Reviewed-by: André Draszik <andre.draszik at linaro.org> # for Maxim MAX77759
More information about the Linux-mediatek
mailing list