From: wangzhitong Date: Sat, 18 Sep 2021 09:39:10 +0000 (+0800) Subject: NET: IPV4: fix error "do not initialise globals to 0" X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=db9c8e2b1e246fc2dc20828932949437793146cc;p=linux.git 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 Signed-off-by: David S. Miller --- diff --git a/net/ipv4/cipso_ipv4.c b/net/ipv4/cipso_ipv4.c index 099259fc826aa..62d5f99760aac 100644 --- a/net/ipv4/cipso_ipv4.c +++ b/net/ipv4/cipso_ipv4.c @@ -73,7 +73,7 @@ struct cipso_v4_map_cache_entry { static struct cipso_v4_map_cache_bkt *cipso_v4_cache; /* Restricted bitmap (tag #1) flags */ -int cipso_v4_rbm_optfmt = 0; +int cipso_v4_rbm_optfmt; int cipso_v4_rbm_strictvalid = 1; /*