On Sun, Aug 09, 2020 at 11:24:32PM +0200, Michal Kubecek wrote:
> Use macro helpers to make link_mode_info[] initializers easier to read and
> less prone to mistakes. As a bonus, this gets rid of "missing field
> initializer" warnings in netlink/settings.c
>
> This commit should have no effect on
Use macro helpers to make link_mode_info[] initializers easier to read and
less prone to mistakes. As a bonus, this gets rid of "missing field
initializer" warnings in netlink/settings.c
This commit should have no effect on resulting code (checked with gcc-11
and -O2).
Signed-off-by: Michal Kubec