udp: remove blank line between set and test
authorFabian Frederick <[email protected]>
Tue, 4 Nov 2014 22:11:19 +0000 (23:11 +0100)
committerDavid S. Miller <[email protected]>
Tue, 4 Nov 2014 22:12:10 +0000 (17:12 -0500)
Suggested-by: Joe Perches <[email protected]>
Signed-off-by: Fabian Frederick <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
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;