Skip to content

Commit

Permalink
openvswitch: actions: fixed a brace coding style warning
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
peteradowns authored and davem330 committed Mar 2, 2017
1 parent 11bd44f commit f1304f7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions net/openvswitch/actions.c
Original file line number Diff line number Diff line change
Expand Up @@ -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));
Expand Down

0 comments on commit f1304f7

Please sign in to comment.