On Mon, 9 Feb 2015, Daniel Sanders wrote: > --- a/arch/mips/include/asm/checksum.h > +++ b/arch/mips/include/asm/checksum.h > @@ -228,6 +228,8 @@ static __inline__ __sum16 csum_ipv6_magic(const struct in6_addr *saddr, > __u32 len, unsigned short proto, > __wsum sum) > { > + __wsum tmp; Formatting issue here, use a tab. Maciej