Re: [PATCH v2 16/21] gpio: Unify style of acpi_device_id arrays

From: Andy Shevchenko

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


On Wed, Jul 15, 2026 at 06:55:21PM +0200, Uwe Kleine-König (The Capable Hub) wrote:
> Update the various acpi_device_id arrays to conform to the most used and
> generally recommended coding style. That is:

...

> static const struct acpi_device_id dwapb_acpi_match[] = {
> - { .id = "HISI0181", .driver_data = GPIO_REG_OFFSET_V1 },
> { .id = "APMC0D07", .driver_data = GPIO_REG_OFFSET_V1 },
> { .id = "APMC0D81", .driver_data = GPIO_REG_OFFSET_V2 },
> { .id = "FUJI200A", .driver_data = GPIO_REG_OFFSET_V1 },
> + { .id = "HISI0181", .driver_data = GPIO_REG_OFFSET_V1 },
> { .id = "LECA0001", .driver_data = GPIO_REG_OFFSET_V1 },
> { }

Why this churn? It simply should be folded to the previous patch.

--
With Best Regards,
Andy Shevchenko