aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorFabian Frederick <fabf@skynet.be>2014-11-04 23:11:19 +0100
committerDavid S. Miller <davem@davemloft.net>2014-11-04 17:12:10 -0500
commit6cf1093e58f5c103840cf361721b6e346ec2275d (patch)
tree0621f689a95b012b2a45faf5bd04b6551a08ca9a /net
parentipv6: trivial, add bracket for the if block (diff)
downloadlinux-dev-6cf1093e58f5c103840cf361721b6e346ec2275d.tar.xz
linux-dev-6cf1093e58f5c103840cf361721b6e346ec2275d.zip
udp: remove blank line between set and test
Suggested-by: Joe Perches <joe@perches.com> Signed-off-by: Fabian Frederick <fabf@skynet.be> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net')
-rw-r--r--net/ipv4/udp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/ipv4/udp.c b/net/ipv4/udp.c
index cf0cece50b6c..3f001db72351 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;