Browse Source

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>
Peter Downs 8 years ago
parent
commit
f1304f7ba3
1 changed files with 1 additions and 2 deletions
  1. 1 2
      net/openvswitch/actions.c

+ 1 - 2
net/openvswitch/actions.c

@@ -796,9 +796,8 @@ static void ovs_fragment(struct net *net, struct vport *vport,
 		unsigned long orig_dst;
 		unsigned long orig_dst;
 		struct rt6_info ovs_rt;
 		struct rt6_info ovs_rt;
 
 
-		if (!v6ops) {
+		if (!v6ops)
 			goto err;
 			goto err;
-		}
 
 
 		prepare_frag(vport, skb, orig_network_offset,
 		prepare_frag(vport, skb, orig_network_offset,
 			     ovs_key_mac_proto(key));
 			     ovs_key_mac_proto(key));