mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-17 18:36:00 +00:00
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>
This commit is contained in:
parent
aed0826b0c
commit
db9c8e2b1e
@ -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;
|
||||
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user