]> git.baikalelectronics.ru Git - 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)
commit2333b61ad5c3a8e2f33637b7a43c1cad5281f158
tree7738b41d3b87d442e1c2c3727f054ec0ad681819
parentde914853b7b14378d9efa764618dc7ad9ab76a88
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