commit | 0c19b0adb8dd33dbd10ff48e41971231c486855c | [log] [tgz] |
---|---|---|
author | Patrick McHardy <kaber@trash.net> | Thu Nov 20 04:08:29 2008 -0800 |
committer | David S. Miller <davem@davemloft.net> | Thu Nov 20 04:08:29 2008 -0800 |
tree | 8cbc7b353824647f3662aeb23c3849324bffac28 | |
parent | c0103606b7e3db191dcbaf988f28fa26aa711230 [diff] |
netlink: avoid memset of 0 bytes sparse warning A netlink attribute padding of zero triggers this sparse warning: include/linux/netlink.h:245:8: warning: memset with byte count of 0 Avoid the memset when the size parameter is constant and requires no padding. Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>