NET: IPV4: fix error "do not initialise globals to 0"
authorwangzhitong <wangzhitong@uniontech.com>
Sat, 18 Sep 2021 09:39:10 +0000 (17:39 +0800)
committerDavid S. Miller <davem@davemloft.net>
Sun, 19 Sep 2021 11:43:56 +0000 (12:43 +0100)
commitdb9c8e2b1e246fc2dc20828932949437793146cc
tree63aa61228e6b84238b5a19642a47f90f17268eb0
parentaed0826b0cf2e488900ab92193893e803d65c070
NET: IPV4: fix error "do not initialise globals to 0"

this patch fixes below Errors reported by checkpatch
    ERROR: do not initialise globals to 0
    +int cipso_v4_rbm_optfmt = 0;

Signed-off-by: wangzhitong <wangzhitong@uniontech.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/cipso_ipv4.c