diff mbox

Multiple blank lines removed

Message ID 1452550846-3611-2-git-send-email-januszvdm@awokados.com.pl
State Changes Requested, archived
Delegated to: David Miller
Headers show

Commit Message

Janusz Wolak Jan. 11, 2016, 10:20 p.m. UTC
Signed-off-by: Janusz Wolak <januszvdm@awokados.com.pl>
---
 net/openvswitch/conntrack.c | 1 -
 1 file changed, 1 deletion(-)
diff mbox

Patch

diff --git a/net/openvswitch/conntrack.c b/net/openvswitch/conntrack.c
index e004067..fab7b55 100644
--- a/net/openvswitch/conntrack.c
+++ b/net/openvswitch/conntrack.c
@@ -201,7 +201,6 @@  static int ovs_ct_set_mark(struct sk_buff *skb, struct sw_flow_key *key,
 	struct nf_conn *ct;
 	u32 new_mark;
 
-
 	/* The connection could be invalid, in which case set_mark is no-op. */
 	ct = nf_ct_get(skb, &ctinfo);
 	if (!ct)