[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <alpine.LFD.2.11.1502091410250.22715@eddie.linux-mips.org>
Date: Mon, 9 Feb 2015 14:12:28 +0000 (GMT)
From: "Maciej W. Rozycki" <macro@...ux-mips.org>
To: Daniel Sanders <daniel.sanders@...tec.com>
cc: Toma Tabacu <toma.tabacu@...tec.com>,
Ralf Baechle <ralf@...ux-mips.org>,
Markos Chandras <markos.chandras@...tec.com>,
Leonid Yegoshin <Leonid.Yegoshin@...tec.com>,
linux-mips@...ux-mips.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH v2 3/5] MIPS: LLVMLinux: Fix an 'inline asm input/output
type mismatch' error.
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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists