Re: [PATCH v2 18/23] mfd: Unify style of acpi_device_id arrays

From: Andy Shevchenko

Date: Wed Jul 08 2026 - 07:38:36 EST


On Wed, Jul 8, 2026 at 2:17 PM Uwe Kleine-König (The Capable Hub)
<u.kleine-koenig@xxxxxxxxxxxx> wrote:
>
> Update the various acpi_device_id arrays to conform to 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.

You combined different type of drivers into one patch. I don't care
much about this, but personally I would prefer PMICs to be in a
separate patch, and the rest perhaps per driver. In any case,
Reviewed-by: Andy Shevchenko <andy@xxxxxxxxxx>
it's up to Lee.

--
With Best Regards,
Andy Shevchenko