Re: [PATCH net-next] batman-adv: Fix the wrong definition
From: <hidden>
Date: 2021-10-28 07:49:22
Also in:
batman, lkml
From: <hidden>
Date: 2021-10-28 07:49:22
Also in:
batman, lkml
October 28, 2021 3:35 PM, "Antonio Quartulli" [off-list ref] 写到:
Hi, On 28/10/2021 09:23, Yajun Deng wrote:quoted
There are three variables that are required at most, no need to define four variables. Fixes: 0fa4c30d710d ("batman-adv: Make sysfs support optional") Signed-off-by: Yajun Deng <redacted>NAK. kobject_uevent_env() does not know how many items are stored in the array and thus requires it to be NULL terminated. Please check the following for reference: https://elixir.bootlin.com/linux/v5.15-rc6/source/lib/kobject_uevent.c#L548
Oh, I didn't notice there.
OTOH I guess we could still use '{}' for the initialization.
Regards,
--
Antonio Quartulli