diff options
-rw-r--r-- | net/core/skbuff.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/core/skbuff.c b/net/core/skbuff.c index 48a43727d12f..e4115672b6cf 100644 --- a/net/core/skbuff.c +++ b/net/core/skbuff.c | |||
@@ -1332,7 +1332,7 @@ static inline int __splice_segment(struct page *page, unsigned int poff, | |||
1332 | * Map linear and fragment data from the skb to spd. It reports failure if the | 1332 | * Map linear and fragment data from the skb to spd. It reports failure if the |
1333 | * pipe is full or if we already spliced the requested length. | 1333 | * pipe is full or if we already spliced the requested length. |
1334 | */ | 1334 | */ |
1335 | int __skb_splice_bits(struct sk_buff *skb, unsigned int *offset, | 1335 | static int __skb_splice_bits(struct sk_buff *skb, unsigned int *offset, |
1336 | unsigned int *len, | 1336 | unsigned int *len, |
1337 | struct splice_pipe_desc *spd) | 1337 | struct splice_pipe_desc *spd) |
1338 | { | 1338 | { |