commit | 795f3512ca952965dd2546ceed3d9636abcb7920 | [log] [tgz] |
---|---|---|
author | Wei Tang <tangwei@cmss.chinamobile.com> | Mon Mar 07 14:25:10 2016 +0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Mar 07 11:08:26 2016 -0500 |
tree | 1100e5a9f65c66537533ad2053759df50a9874a3 | |
parent | e74a386d70c793ef44678b44b021c99094b28c47 [diff] |
netlink: do not initialise statics to 0 or NULL This patch fixes the checkpatch.pl error to netlabel_unlabeled.c: ERROR: do not initialise statics to 0 or NULL Signed-off-by: Wei Tang <tangwei@cmss.chinamobile.com> Signed-off-by: David S. Miller <davem@davemloft.net>