Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1307865
| From | Janusz Wolak <januszvdm@awokados.com.pl> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH] Openvswitch: conntrack.c: Removed multiple blank lines. |
| Date | 2016-01-12 23:00 +0100 |
| Message-ID | <qQf8U-6R1-49@gated-at.bofh.it> (permalink) |
| References | <qQf8S-6R1-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Fixed a coding style issue. Signed-off-by: Janusz Wolak <januszvdm@awokados.com.pl> --- net/openvswitch/conntrack.c | 1 - 1 file changed, 1 deletion(-) 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) -- 2.5.0
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH] Openvswitch: actions.c: Removed line over 80 characters and not necessary braces. Janusz Wolak <januszvdm@awokados.com.pl> - 2016-01-12 23:00 +0100
[PATCH] Openvswitch: datapath.c: Fixed coding style warnings. Janusz Wolak <januszvdm@awokados.com.pl> - 2016-01-12 23:00 +0100
Re: [ovs-dev] [PATCH] Openvswitch: datapath.c: Fixed coding style warnings. pravin shelar <pshelar@ovn.org> - 2016-01-12 23:20 +0100
[PATCH] Openvswitch: conntrack.c: Removed multiple blank lines. Janusz Wolak <januszvdm@awokados.com.pl> - 2016-01-12 23:00 +0100
Re: [PATCH] Openvswitch: actions.c: Removed line over 80 characters and not necessary braces. David Miller <davem@davemloft.net> - 2016-01-12 23:20 +0100
csiph-web