Re: [PATCH] netlink: do not initialise statics to 0 or NULL
From: Wei Tang Date: Mon, 7 Mar 2016 14:25:10 +0800 > This patch fixes the checkpatch.pl error to netlabel_unlabeled.c: > > ERROR: do not initialise statics to 0 or NULL > > Signed-off-by: Wei Tang Applied.
[PATCH] netlink: do not initialise statics to 0 or NULL
This patch fixes the checkpatch.pl error to netlabel_unlabeled.c: ERROR: do not initialise statics to 0 or NULL Signed-off-by: Wei Tang --- net/netlabel/netlabel_unlabeled.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net/netlabel/netlabel_unlabeled.c b/net/netlab