Re: [PATCH] bpf_dbg: do not initialise statics to 0
From: Wei Tang Date: Thu, 4 Feb 2016 17:36:23 +0800 > This patch fixes the checkpatch.pl error to bpf_dbg.c: > > ERROR: do not initialise statics to 0 > > Signed-off-by: Wei Tang Applied, thanks.
[PATCH] 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 --- tools/net/bpf_dbg.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tools/net/bpf_dbg.c b/tools/net/bpf_dbg.c index 9a287be..4f254bc 100644 ---