]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
udp: remove blank line between set and test
authorFabian Frederick <fabf@skynet.be>
Tue, 4 Nov 2014 22:11:19 +0000 (23:11 +0100)
committerDavid S. Miller <davem@davemloft.net>
Tue, 4 Nov 2014 22:12:10 +0000 (17:12 -0500)
Suggested-by: Joe Perches <joe@perches.com>
Signed-off-by: Fabian Frederick <fabf@skynet.be>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/udp.c

index cf0cece50b6c70b469fedbd70939df5d77a0b972..3f001db723510c1da73c0b68fc7f41395f2e9e91 100644 (file)
@@ -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;