commit | db9c8e2b1e246fc2dc20828932949437793146cc | [log] [tgz] |
---|---|---|
author | wangzhitong <wangzhitong@uniontech.com> | Sat Sep 18 17:39:10 2021 +0800 |
committer | David S. Miller <davem@davemloft.net> | Sun Sep 19 12:43:56 2021 +0100 |
tree | 63aa61228e6b84238b5a19642a47f90f17268eb0 | |
parent | aed0826b0cf2e488900ab92193893e803d65c070 [diff] |
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>