]> git.baikalelectronics.ru Git - kernel.git/commit
net: do not initialise statics to 0
authorWei Tang <tangwei@cmss.chinamobile.com>
Thu, 16 Jun 2016 13:17:49 +0000 (21:17 +0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 17 Jun 2016 00:41:22 +0000 (17:41 -0700)
commit6cc0757d61f55e10c849279b395cd24f862195a7
treeb2e01a957dc1a190af0cd857e8eda2f04660d900
parenta220a630bb157dd2cdd008dd23e9ea46f72b65de
net: do not initialise statics to 0

This patch fixes the checkpatch.pl error to dev.c:

ERROR: do not initialise statics to 0

Signed-off-by: Wei Tang <tangwei@cmss.chinamobile.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/dev.c