netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Openvswitch: actions.c: Removed line over 80 characters and not necessary braces.
@ 2016-01-12 21:55 Janusz Wolak
       [not found] ` <1452635742-8122-1-git-send-email-januszvdm-w2tlkmz97NogbZ1banK5DA@public.gmane.org>
  0 siblings, 1 reply; 7+ messages in thread
From: Janusz Wolak @ 2016-01-12 21:55 UTC (permalink / raw)
  To: pshelar-l0M0P4e3n4LQT0dZR+AlfA
  Cc: dev-yBygre7rU0TnMu66kgdUjQ, netdev-u79uwXL29TY76Z2rM5mHXA,
	Janusz Wolak, davem-fT/PcQaiUtIeIZ0/mPfg9Q,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA

Fixed a coding style issue.

Signed-off-by: Janusz Wolak <januszvdm@awokados.com.pl>
---
 net/openvswitch/actions.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/net/openvswitch/actions.c b/net/openvswitch/actions.c
index c88d0f2..28bc395 100644
--- a/net/openvswitch/actions.c
+++ b/net/openvswitch/actions.c
@@ -620,7 +620,8 @@ static int set_sctp(struct sk_buff *skb, struct sw_flow_key *flow_key,
 	return 0;
 }
 
-static int ovs_vport_output(struct net *net, struct sock *sk, struct sk_buff *skb)
+static int ovs_vport_output(struct net *net, struct sock *sk,
+			    struct sk_buff *skb)
 {
 	struct ovs_frag_data *data = this_cpu_ptr(&ovs_frag_data_storage);
 	struct vport *vport = data->vport;
@@ -707,9 +708,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);
 		memset(&ovs_rt, 0, sizeof(ovs_rt));
-- 
2.5.0

_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

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

end of thread, other threads:[~2016-01-12 22:31 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-12 21:55 [PATCH] Openvswitch: actions.c: Removed line over 80 characters and not necessary braces Janusz Wolak
     [not found] ` <1452635742-8122-1-git-send-email-januszvdm-w2tlkmz97NogbZ1banK5DA@public.gmane.org>
2016-01-12 21:55   ` [PATCH] Openvswitch: conntrack.c: Removed multiple blank lines Janusz Wolak
2016-01-12 21:55   ` [PATCH] Openvswitch: datapath.c: Fixed coding style warnings Janusz Wolak
2016-01-12 22:30     ` kbuild test robot
     [not found]     ` <1452635742-8122-3-git-send-email-januszvdm-w2tlkmz97NogbZ1banK5DA@public.gmane.org>
2016-01-12 22:19       ` pravin shelar
2016-01-12 22:31       ` kbuild test robot
2016-01-12 22:10   ` [PATCH] Openvswitch: actions.c: Removed line over 80 characters and not necessary braces 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).