Re: [PATCH] skbuff: skb_store_bits const is backwards

2007-04-20 Thread David Miller
From: Stephen Hemminger <[EMAIL PROTECTED]> Date: Fri, 20 Apr 2007 16:13:14 -0700 > 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 <[EMAIL PROTECTED]> Also applied, than

[PATCH] skbuff: skb_store_bits const is backwards

2007-04-20 Thread Stephen Hemminger
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 <[EMAIL PROTECTED]> --- include/linux/skbuff.h |4 ++-- net/core/skbuff.c |2 +- 2 files changed, 3 insertions(+), 3