Re: [PATCH v1 2/8] scsi: Use named initializer for zorro_device_id
Geert Uytterhoeven <[email protected]>
| Newsgroups | org.kernel.vger.linux-m68k,org.kernel.vger.linux-kernel,org.kernel.vger.linux-scsi |
|---|---|
| Message-ID | <CAMuHMdUWUHRBT-MmHv6bKH5arNZu7MvpxykkHs2Y_VFY=YUnUg@mail.gmail.com> |
On Tue, 26 May 2026 at 16:18, Uwe Kleine-König (The Capable Hub) <[email protected]> wrote: > Using named initializers is more explicit and thus easier to parse for a > human. > > It's also more robust to changes in the struct definition. This robustness > is relevant for a planned change to struct zorro_device_id that replaces > .driver_data by an anonymous union. > > While touching these arrays, drop explicit zeros from the list terminator. > > This change doesn't introduce changes to the compiled zorro_device_id > arrays. > > Signed-off-by: Uwe Kleine-König (The Capable Hub) <[email protected]> Reviewed-by: Geert Uytterhoeven <[email protected]> Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [email protected] In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds