aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/ipv4/tcp.c')
-rw-r--r--net/ipv4/tcp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ipv4/tcp.c b/net/ipv4/tcp.c
index 56ed40703f98..e055f25876df 100644
--- a/net/ipv4/tcp.c
+++ b/net/ipv4/tcp.c
@@ -515,8 +515,8 @@ static inline void tcp_push(struct sock *sk, int flags, int mss_now,
515 } 515 }
516} 516}
517 517
518int tcp_splice_data_recv(read_descriptor_t *rd_desc, struct sk_buff *skb, 518static int tcp_splice_data_recv(read_descriptor_t *rd_desc, struct sk_buff *skb,
519 unsigned int offset, size_t len) 519 unsigned int offset, size_t len)
520{ 520{
521 struct tcp_splice_state *tss = rd_desc->arg.data; 521 struct tcp_splice_state *tss = rd_desc->arg.data;
522 522