linux-kernel.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
  2017-03-02 21:15 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Peter Downs @ 2017-03-01  9:01 UTC (permalink / raw)
  To: pshelar; +Cc: davem, netdev, dev, linux-kernel, Peter Downs

Fixed a brace coding style warning reported by checkpatch.pl

Signed-off-by: Peter Downs <padowns@gmail.com>
---
 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
  2017-03-01  9:01 [PATCH] Net: openvswitch: actions: fixed a brace coding style warning Peter Downs
@ 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; +Cc: pshelar, netdev, dev, linux-kernel

From: Peter Downs <padowns@gmail.com>
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@gmail.com>

Applied.

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

end of thread, other threads:[~2017-03-02 21:25 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
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).