netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Net: openvswitch: actions: fixed a brace coding style warning
@ 2017-03-01  9:01 Peter Downs
       [not found] ` <1488358877-20762-1-git-send-email-padowns-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
  0 siblings, 1 reply; 2+ messages in thread
From: Peter Downs @ 2017-03-01  9:01 UTC (permalink / raw)
  To: pshelar-l0M0P4e3n4LQT0dZR+AlfA
  Cc: dev-yBygre7rU0TnMu66kgdUjQ, netdev-u79uwXL29TY76Z2rM5mHXA,
	Peter Downs, davem-fT/PcQaiUtIeIZ0/mPfg9Q,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA

Fixed a brace coding style warning reported by checkpatch.pl

Signed-off-by: Peter Downs <padowns-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
---
 net/openvswitch/actions.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/net/openvswitch/actions.c b/net/openvswitch/actions.c
index b1beb2b..c82301c 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));
-- 
2.1.4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Net: openvswitch: actions: fixed a brace coding style warning
       [not found] ` <1488358877-20762-1-git-send-email-padowns-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
@ 2017-03-02 21:15   ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2017-03-02 21:15 UTC (permalink / raw)
  To: padowns-Re5JQEeQqe8AvxtiuMwx3w
  Cc: dev-yBygre7rU0TnMu66kgdUjQ, netdev-u79uwXL29TY76Z2rM5mHXA,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA

From: Peter Downs <padowns-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Date: Wed,  1 Mar 2017 01:01:17 -0800

> Fixed a brace coding style warning reported by checkpatch.pl
> 
> Signed-off-by: Peter Downs <padowns-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>

Applied.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-03-02 21:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-01  9:01 [PATCH] Net: openvswitch: actions: fixed a brace coding style warning Peter Downs
     [not found] ` <1488358877-20762-1-git-send-email-padowns-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2017-03-02 21:15   ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).