summaryrefslogtreecommitdiffstats
path: root/net/ipv4/udp.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/ipv4/udp.c')
-rw-r--r--net/ipv4/udp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/udp.c b/net/ipv4/udp.c
index a4ff40d56..3d177c7c9 100644
--- a/net/ipv4/udp.c
+++ b/net/ipv4/udp.c
@@ -158,7 +158,7 @@ static int udp_v4_get_port(struct sock *sk, unsigned short snum)
} while ((sk = sk->next) != NULL);
best_size_so_far = size;
best = result;
- next:
+ next:;
}
result = best;
for(;; result += UDP_HTABLE_SIZE) {