[PATCH v3 21/23] mfd: Unify style of of_device_id arrays
Mathieu Dubois-Briand
mathieu.dubois-briand at bootlin.com
Fri Jul 10 06:00:43 PDT 2026
On Thu Jul 9, 2026 at 6:58 PM CEST, 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.
>
> Reviewed-by: André Draszik <andre.draszik at linaro.org> # for Maxim MAX77759
> Reviewed-by: Charles Keepax <ckeepax at opensource.cirrus.com>
> Signed-off-by: Uwe Kleine-König (The Capable Hub) <u.kleine-koenig at baylibre.com>
> ---
...
>
> diff --git a/drivers/mfd/max7360.c b/drivers/mfd/max7360.c
> index 52fffed0c0dd..dc744b40bb38 100644
> --- a/drivers/mfd/max7360.c
> +++ b/drivers/mfd/max7360.c
> @@ -152,7 +152,7 @@ static int max7360_probe(struct i2c_client *client)
>
> static const struct of_device_id max7360_dt_match[] = {
> { .compatible = "maxim,max7360" },
> - {}
> + { }
> };
> MODULE_DEVICE_TABLE(of, max7360_dt_match);
>
Reviewed-by: Mathieu Dubois-Briand <mathieu.dubois-briand at bootlin.com> # max7360
--
Mathieu Dubois-Briand, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
More information about the Linux-mediatek
mailing list