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:
Peter Downs 2017-03-01 01:01:17 -08:00 committed by David S. Miller
parent 11bd44f62d
commit f1304f7ba3
1 changed files with 1 additions and 2 deletions

View File

@ -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));