]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - net/core/dev.c
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)
commit84d15ae57d9478efc755306fee5ee562e0fa40e5
treeb2e01a957dc1a190af0cd857e8eda2f04660d900
parent40309d26549ec29cfc91d9ee5fc6f06083b97fe5
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