“1501a80f74a6e9c129889c3c48bdf86829105e1c”上不存在“python/paddle/fluid/git@gitcode.net:Crayonxin2000/Paddle.git”
提交 89290b83 编写于 作者: C Christopher Díaz Riveros 提交者: David S. Miller

flow_netlink: Remove unneeded semicolons

Trivial fix removes unneeded semicolons after if blocks.

This issue was detected by using the Coccinelle software.
Signed-off-by: NChristopher Díaz Riveros <chrisadr@gentoo.org>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 4c5386ba
...@@ -2454,7 +2454,7 @@ static int validate_geneve_opts(struct sw_flow_key *key) ...@@ -2454,7 +2454,7 @@ static int validate_geneve_opts(struct sw_flow_key *key)
option = (struct geneve_opt *)((u8 *)option + len); option = (struct geneve_opt *)((u8 *)option + len);
opts_len -= len; opts_len -= len;
}; }
key->tun_key.tun_flags |= crit_opt ? TUNNEL_CRIT_OPT : 0; key->tun_key.tun_flags |= crit_opt ? TUNNEL_CRIT_OPT : 0;
...@@ -2487,7 +2487,7 @@ static int validate_and_copy_set_tun(const struct nlattr *attr, ...@@ -2487,7 +2487,7 @@ static int validate_and_copy_set_tun(const struct nlattr *attr,
case OVS_TUNNEL_KEY_ATTR_VXLAN_OPTS: case OVS_TUNNEL_KEY_ATTR_VXLAN_OPTS:
break; break;
} }
}; }
start = add_nested_action_start(sfa, OVS_ACTION_ATTR_SET, log); start = add_nested_action_start(sfa, OVS_ACTION_ATTR_SET, log);
if (start < 0) if (start < 0)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册