Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932774AbbBIOMb (ORCPT ); Mon, 9 Feb 2015 09:12:31 -0500 Received: from eddie.linux-mips.org ([148.251.95.138]:56813 "EHLO cvs.linux-mips.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932284AbbBIOMa (ORCPT ); Mon, 9 Feb 2015 09:12:30 -0500 Date: Mon, 9 Feb 2015 14:12:28 +0000 (GMT) From: "Maciej W. Rozycki" To: Daniel Sanders cc: Toma Tabacu , Ralf Baechle , Markos Chandras , Leonid Yegoshin , linux-mips@linux-mips.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 3/5] MIPS: LLVMLinux: Fix an 'inline asm input/output type mismatch' error. In-Reply-To: <1423481632-27903-1-git-send-email-daniel.sanders@imgtec.com> Message-ID: References: <1422970639-7922-4-git-send-email-daniel.sanders@imgtec.com> <1423481632-27903-1-git-send-email-daniel.sanders@imgtec.com> User-Agent: Alpine 2.11 (LFD 23 2013-08-11) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 603 Lines: 18 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@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/