projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
869ba98
)
udp: remove blank line between set and test
author
Fabian Frederick
<fabf@skynet.be>
Tue, 4 Nov 2014 22:11:19 +0000
(23:11 +0100)
committer
David 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
patch
|
blob
|
blame
|
history
diff --git
a/net/ipv4/udp.c
b/net/ipv4/udp.c
index cf0cece50b6c70b469fedbd70939df5d77a0b972..3f001db723510c1da73c0b68fc7f41395f2e9e91 100644
(file)
--- 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;