提交 db9c8e2b 编写于 作者: W wangzhitong 提交者: David S. Miller

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: Nwangzhitong <wangzhitong@uniontech.com>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 aed0826b
......@@ -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;
/*
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册