netlink: avoid memset of 0 bytes sparse warning
authorPatrick McHardy <kaber@trash.net>
Thu, 20 Nov 2008 12:08:29 +0000 (04:08 -0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 20 Nov 2008 12:08:29 +0000 (04:08 -0800)
commit0c19b0adb8dd33dbd10ff48e41971231c486855c
tree8cbc7b353824647f3662aeb23c3849324bffac28
parentc0103606b7e3db191dcbaf988f28fa26aa711230
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>
include/linux/netlink.h