From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id E94682C012C for ; Mon, 9 Sep 2013 20:11:47 +1000 (EST) Message-ID: <1378721499.11525.5.camel@pasglop> Subject: Re: [PATCH] powerpc: OE=1 Form Instructions Not Decoded Correctly From: Benjamin Herrenschmidt To: Paul Mackerras Date: Mon, 09 Sep 2013 20:11:39 +1000 In-Reply-To: <20130908223559.GA495@iris.ozlabs.ibm.com> References: <20130908223559.GA495@iris.ozlabs.ibm.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Cc: Tom Musta , linuxppc-dev@lists.ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Mon, 2013-09-09 at 08:35 +1000, Paul Mackerras wrote: > > Also, you need to indent your code correctly according to > Documentation/CodingStyle. Looks like the patch has been mangled by the mailer ... it's in HTML to begin with :-) Tom, you need to find a mailer setup that works for sending patches, basically that sends them in plain text without any mangling of tabs and spaces and without word wrapping. I personally use "evolution" under Linux which has a "preformatted" style mode for that but I'm sure there are plenty of other options. Cheers, Ben.