2014-11-04 22:11:32

by Fabian Frédérick

[permalink] [raw]
Subject: [PATCH/TRIVIAL 1/1 net-next] udp: remove blank line between set and test

Suggested-by: Joe Perches <[email protected]>
Signed-off-by: Fabian Frederick <[email protected]>
---
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


2014-11-04 22:12:30

by David Miller

[permalink] [raw]
Subject: Re: [PATCH/TRIVIAL 1/1 net-next] udp: remove blank line between set and test

From: Fabian Frederick <[email protected]>
Date: Tue, 4 Nov 2014 23:11:19 +0100

> Suggested-by: Joe Perches <[email protected]>
> Signed-off-by: Fabian Frederick <[email protected]>

Applied.