Re: [PATCH] net: do not initialise statics to 0

2016-06-16 Thread David Miller
From: Wei Tang Date: Thu, 16 Jun 2016 21:17:49 +0800 > This patch fixes the checkpatch.pl error to dev.c: > > ERROR: do not initialise statics to 0 > > Signed-off-by: Wei Tang Applied.

[PATCH] net: do not initialise statics to 0

2016-06-16 Thread Wei Tang
This patch fixes the checkpatch.pl error to dev.c: ERROR: do not initialise statics to 0 Signed-off-by: Wei Tang --- net/core/dev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/core/dev.c b/net/core/dev.c index 904ff43..7a3fe58 100644 --- a/net/core/dev.c +++ b/net/co