netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH/TRIVIAL 1/1 net-next] udp: remove blank line between set and test
@ 2014-11-04 22:11 Fabian Frederick
  2014-11-04 22:12 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Fabian Frederick @ 2014-11-04 22:11 UTC (permalink / raw)
  To: linux-kernel
  Cc: Joe Perches, Fabian Frederick, David S. Miller, Alexey Kuznetsov,
	James Morris, Hideaki YOSHIFUJI, Patrick McHardy, Jiri Kosina,
	netdev

Suggested-by: Joe Perches <joe@perches.com>
Signed-off-by: Fabian Frederick <fabf@skynet.be>
---
 net/ipv4/udp.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/net/ipv4/udp.c b/net/ipv4/udp.c
index cf0cece..3f001db 100644
--- a/net/ipv4/udp.c
+++ b/net/ipv4/udp.c
@@ -1784,7 +1784,6 @@ int __udp4_lib_rcv(struct sk_buff *skb, struct udp_table *udptable,
 				saddr, daddr, udptable);
 
 	sk = __udp4_lib_lookup_skb(skb, uh->source, uh->dest, udptable);
-
 	if (sk != NULL) {
 		int ret;
 
-- 
1.9.3

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

* Re: [PATCH/TRIVIAL 1/1 net-next] udp: remove blank line between set and test
  2014-11-04 22:11 [PATCH/TRIVIAL 1/1 net-next] udp: remove blank line between set and test Fabian Frederick
@ 2014-11-04 22:12 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2014-11-04 22:12 UTC (permalink / raw)
  To: fabf; +Cc: linux-kernel, joe, kuznet, jmorris, yoshfuji, kaber, trivial,
	netdev

From: Fabian Frederick <fabf@skynet.be>
Date: Tue,  4 Nov 2014 23:11:19 +0100

> Suggested-by: Joe Perches <joe@perches.com>
> Signed-off-by: Fabian Frederick <fabf@skynet.be>

Applied.

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

end of thread, other threads:[~2014-11-04 22:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-04 22:11 [PATCH/TRIVIAL 1/1 net-next] udp: remove blank line between set and test Fabian Frederick
2014-11-04 22:12 ` 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).