Re: [PATCH] netlabel: do not initialise statics to NULL

2016-03-07 Thread David Miller
From: Wei Tang Date: Mon, 7 Mar 2016 14:29:53 +0800 > This patch fixes the checkpatch.pl error to netlabel_domainhash.c: > > ERROR: do not initialise statics to NULL > > Signed-off-by: Wei Tang Applied.

[PATCH] netlabel: do not initialise statics to NULL

2016-03-06 Thread Wei Tang
This patch fixes the checkpatch.pl error to netlabel_domainhash.c: ERROR: do not initialise statics to NULL Signed-off-by: Wei Tang --- net/netlabel/netlabel_domainhash.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/netlabel/netlabel_domainhash.c b/net/netlabel/n