summaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/ipv4/tcp.c')
-rw-r--r--net/ipv4/tcp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/tcp.c b/net/ipv4/tcp.c
index 28595a364f09..4874a0efd34a 100644
--- a/net/ipv4/tcp.c
+++ b/net/ipv4/tcp.c
@@ -1377,7 +1377,7 @@ static int tcp_peek_sndq(struct sock *sk, struct msghdr *msg, int len)
1377 * calculation of whether or not we must ACK for the sake of 1377 * calculation of whether or not we must ACK for the sake of
1378 * a window update. 1378 * a window update.
1379 */ 1379 */
1380void tcp_cleanup_rbuf(struct sock *sk, int copied) 1380static void tcp_cleanup_rbuf(struct sock *sk, int copied)
1381{ 1381{
1382 struct tcp_sock *tp = tcp_sk(sk); 1382 struct tcp_sock *tp = tcp_sk(sk);
1383 bool time_to_ack = false; 1383 bool time_to_ack = false;