Re: [PATCH v2] ata: use named initializers for acpi_device_id

Niklas Cassel <[email protected]> Tue, 4 Aug 2026 11:47:02 +0200
Newsgroups gmane.linux.kernel,gmane.linux.ide
Message-ID <anG1FlnTOqxjf9CX@ryzen>
On Tue, Aug 04, 2026 at 10:44:26AM +0100, Pawel Zalewski via B4 Relay wrote:
> From: "Pawel Zalewski (The Capable Hub)" <[email protected]>
> 
> Use a named initializer for the acpi_device_id fields which
> makes the code more readable and consistent with how lists
> are initialized in the rest of the kernel code base. Also
> drop explicitly setting fields to 0 where it is redundant.
> 
> While we are at it - unify the list terminator to have
> a single space between the brackets and no trailing
> comma.
> 
> Signed-off-by: Pawel Zalewski (The Capable Hub) <[email protected]>

Reviewed-by: Niklas Cassel <[email protected]>