]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
bpf_dbg: do not initialise statics to 0
authorWei Tang <tangwei@cmss.chinamobile.com>
Thu, 4 Feb 2016 09:36:23 +0000 (17:36 +0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 11 Feb 2016 09:24:45 +0000 (04:24 -0500)
commit1490d2bd1bbcf9ad127f7764b7f28b26a55e011b
tree7738b41d3b87d442e1c2c3727f054ec0ad681819
parentdc599f76c22b0de55a2a9141dfe52e70b32a1194
bpf_dbg: do not initialise statics to 0

This patch fixes the checkpatch.pl error to bpf_dbg.c:

ERROR: do not initialise statics to 0

Signed-off-by: Wei Tang <tangwei@cmss.chinamobile.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
tools/net/bpf_dbg.c