commit | 84d15ae57d9478efc755306fee5ee562e0fa40e5 | [log] [tgz] |
---|---|---|
author | Wei Tang <tangwei@cmss.chinamobile.com> | Thu Jun 16 21:17:49 2016 +0800 |
committer | David S. Miller <davem@davemloft.net> | Thu Jun 16 17:41:22 2016 -0700 |
tree | b2e01a957dc1a190af0cd857e8eda2f04660d900 | |
parent | 40309d26549ec29cfc91d9ee5fc6f06083b97fe5 [diff] |
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>