netlink: do not initialise statics to 0 or NULL
authorWei Tang <tangwei@cmss.chinamobile.com>
Mon, 7 Mar 2016 06:25:10 +0000 (14:25 +0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 7 Mar 2016 16:08:26 +0000 (11:08 -0500)
commit795f3512ca952965dd2546ceed3d9636abcb7920
tree1100e5a9f65c66537533ad2053759df50a9874a3
parente74a386d70c793ef44678b44b021c99094b28c47
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>
net/netlabel/netlabel_unlabeled.c
This page took 0.024626 seconds and 5 git commands to generate.