From: Peter Downs Date: Wed, 1 Mar 2017 09:01:17 +0000 (-0800) Subject: openvswitch: actions: fixed a brace coding style warning X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=f1304f7ba3981e71dcf2ac7db92949eeab49b1bf;p=linux.git openvswitch: actions: fixed a brace coding style warning Fixed a brace coding style warning reported by checkpatch.pl Signed-off-by: Peter Downs Signed-off-by: David S. Miller --- diff --git a/net/openvswitch/actions.c b/net/openvswitch/actions.c index b1beb2b94ec76..c82301ce3fffb 100644 --- a/net/openvswitch/actions.c +++ b/net/openvswitch/actions.c @@ -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));