From: "Chen, Kenneth W" <[EMAIL PROTECTED]> Date: Wed, 8 Nov 2006 18:02:06 -0800
> The generic version of csum_ipv6_magic has the len argument declared as > __u16, while most arch dependent version declare it as __u32. After > looking at the call site of this function, I come up to a conclusion > that __u32 is a better match with the actual usage. > > Hence, patch to change argument type for greater consistency. > > Signed-off-by: Ken Chen <[EMAIL PROTECTED]> Architecture implementations such as the ones for m32r and parisc have the same problem, so "for consistency" please fix them up as well. Thanks a lot. - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html