Re: [PATCH] netlink: do not initialise statics to 0 or NULL

2016-03-07 Thread David Miller
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

2016-03-06 Thread Wei Tang
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