Commit db9c8e2b authored by wangzhitong's avatar wangzhitong Committed by David S. Miller
Browse files

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: default avatarwangzhitong <wangzhitong@uniontech.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent aed0826b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;

/*