Re: [PATCH net-next v1] ethernet: 3c509: Improve style of pnp_device_id array terminator

From: Maciej W. Rozycki

Date: Wed Jun 24 2026 - 09:13:29 EST


On Wed, 10 Jun 2026, Uwe Kleine-König (The Capable Hub) wrote:

> To match how device-id array terminators look like for other device
> types drop `.id = ""` from it and let the compiler care for zeroing the
> entry.
>
> There are no changes in the compiled drivers, only the source looks
> nicer.
>
> Signed-off-by: Uwe Kleine-König (The Capable Hub) <u.kleine-koenig@xxxxxxxxxxxx>
> ---
> Hello,
>
> I'm currently working on changing various *_device_id definitions.
> This patch is irrelevant for this quest and a pure style update for
> consistency reasons without further dependencies on it. I just stumbled
> over this while working on that quest.
>
> So if you don't like this patch, I won't insist.

Absolutely fine with me, though I can see it's been taken already in my
absence. So for the record only:

Acked-by: Maciej W. Rozycki <macro@xxxxxxxxxxx>

Thanks,

Maciej