aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/skbuff.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/core/skbuff.c')
-rw-r--r--net/core/skbuff.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/core/skbuff.c b/net/core/skbuff.c
index c7a1b24b7374..6b50d58cce1e 100644
--- a/net/core/skbuff.c
+++ b/net/core/skbuff.c
@@ -1129,7 +1129,7 @@ fault:
1129 * traversing fragment lists and such. 1129 * traversing fragment lists and such.
1130 */ 1130 */
1131 1131
1132int skb_store_bits(const struct sk_buff *skb, int offset, void *from, int len) 1132int skb_store_bits(struct sk_buff *skb, int offset, const void *from, int len)
1133{ 1133{
1134 int i, copy; 1134 int i, copy;
1135 int start = skb_headlen(skb); 1135 int start = skb_headlen(skb);