On Fri, Jun 06, 2025 at 10:49:01PM +0300, Mikhail Kshevetskiy wrote: > list must be terminated >
Nitpick, please write a more detailed description. Also title use "missing". > Signed-off-by: Mikhail Kshevetskiy <[email protected]> > --- > drivers/net/airoha_eth.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/net/airoha_eth.c b/drivers/net/airoha_eth.c > index 7e35e1fd41d..86fd1616da2 100644 > --- a/drivers/net/airoha_eth.c > +++ b/drivers/net/airoha_eth.c > @@ -926,6 +926,7 @@ static int arht_eth_write_hwaddr(struct udevice *dev) > > static const struct udevice_id airoha_eth_ids[] = { > { .compatible = "airoha,en7581-eth" }, > + {} personal taste since you have to fix for the commit description "{ }" (with space) > }; > > static const struct eth_ops airoha_eth_ops = { > -- > 2.47.2 > -- Ansuel

