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

From: Fabian Frederick
Date: Tue Nov 04 2014 - 17:11:36 EST


Suggested-by: Joe Perches <joe@xxxxxxxxxxx>
Signed-off-by: Fabian Frederick <fabf@xxxxxxxxx>
---
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

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/