commit | 0c6fcc8a8cfcc737d05b6be8b2c3e931ef99cfc2 | [log] [tgz] |
---|---|---|
author | Stephen Hemminger <shemminger@linux-foundation.org> | Fri Apr 20 16:40:01 2007 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Wed Apr 25 22:29:17 2007 -0700 |
tree | 53da0c434b22dba352d34c01b50154a4ce23e564 | |
parent | 3e6cf558b0098a15d8c360c4eaad3e4d719a555a [diff] |
[NET] skbuff: skb_store_bits const is backwards Getting warnings becuase skb_store_bits has skb as constant, but the function overwrites it. Looks like const was on the wrong side. Signed-off-by: Stephen Hemminger <shemminger@linux-foundation.org> Signed-off-by: David S. Miller <davem@davemloft.net>