diff options
| author | Patrick McHardy <kaber@trash.net> | 2008-11-20 04:08:29 -0800 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2008-11-20 04:08:29 -0800 |
| commit | 0c19b0adb8dd33dbd10ff48e41971231c486855c (patch) | |
| tree | 8cbc7b353824647f3662aeb23c3849324bffac28 /net/sched/cls_api.c | |
| parent | c0103606b7e3db191dcbaf988f28fa26aa711230 (diff) | |
| download | olio-linux-3.10-0c19b0adb8dd33dbd10ff48e41971231c486855c.tar.xz olio-linux-3.10-0c19b0adb8dd33dbd10ff48e41971231c486855c.zip | |
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>
Diffstat (limited to 'net/sched/cls_api.c')
0 files changed, 0 insertions, 0 deletions