openvswitch: actions: fixed a brace coding style warning
Fixed a brace coding style warning reported by checkpatch.pl Signed-off-by: Peter Downs <padowns@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
11bd44f62d
commit
f1304f7ba3
|
@ -796,9 +796,8 @@ static void ovs_fragment(struct net *net, struct vport *vport,
|
|||
unsigned long orig_dst;
|
||||
struct rt6_info ovs_rt;
|
||||
|
||||
if (!v6ops) {
|
||||
if (!v6ops)
|
||||
goto err;
|
||||
}
|
||||
|
||||
prepare_frag(vport, skb, orig_network_offset,
|
||||
ovs_key_mac_proto(key));
|
||||
|
|
Loading…
Reference in New Issue