From: Peter Downs <[email protected]>

Upstream commit:
    openvswitch: actions: fixed a brace coding style warning

    Fixed a brace coding style warning reported by checkpatch.pl

    Signed-off-by: Peter Downs <[email protected]>
    Signed-off-by: David S. Miller <[email protected]>

Upstream: f1304f7ba398 ("openvswitch: actions: fixed a brace coding style 
warning")
Signed-off-by: Joe Stringer <[email protected]>
Signed-off-by: Andy Zhou <[email protected]>

---
v1->v2: no change
---
 AUTHORS.rst        | 1 +
 datapath/actions.c | 3 +--
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/AUTHORS.rst b/AUTHORS.rst
index 39bbd2c92613..bbe5b363ed9b 100644
--- a/AUTHORS.rst
+++ b/AUTHORS.rst
@@ -235,6 +235,7 @@ Paul Fazzone                    [email protected]
 Paul Ingram                     [email protected]
 Paul-Emmanuel Raoul             [email protected]
 Pavithra Ramesh                 [email protected]
+Peter Downs                     [email protected]
 Philippe Jung                   [email protected]
 Pim van den Berg                [email protected]
 pritesh                         [email protected]
diff --git a/datapath/actions.c b/datapath/actions.c
index 06080b24ea5a..b2a0ae537e37 100644
--- a/datapath/actions.c
+++ b/datapath/actions.c
@@ -775,9 +775,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,
                             ovs_key_mac_proto(key));
-- 
1.8.3.1

_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to