From: Stephen Hemminger Date: Fri, 20 Apr 2007 23:40:01 +0000 (-0700) Subject: [NET] skbuff: skb_store_bits const is backwards X-Git-Tag: v2.6.22-rc1~1128^2~95 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0c6fcc8a8cfcc737d05b6be8b2c3e931ef99cfc2;p=pandora-kernel.git [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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed