Re: [PATCH v2 20/21] gpio: Unify style of pci_device_id arrays

From: Andy Shevchenko

Date: Thu Jul 16 2026 - 13:50:02 EST


On Wed, Jul 15, 2026 at 06:55:25PM +0200, Uwe Kleine-König (The Capable Hub) wrote:
> Update the various of_device_id arrays to conform to the most used and

OF?!

I guess you messed up with the patches in this series. Two mistakes I can only
explain with some bad rebase happened or alike.

> 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;
> - at most one entry per line;
>
> Adapt the few offenders accordingly.


--
With Best Regards,
Andy Shevchenko