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 ESMTP id 3FD3FDDDEA for ; Wed, 18 Jul 2007 15:37:49 +1000 (EST) In-Reply-To: <20070718013551.GK15238@ld0162-tx32.am.freescale.net> References: <20070718013551.GK15238@ld0162-tx32.am.freescale.net> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <91D7EA35-A4E8-4C5D-AD10-F5084FBCFC27@kernel.crashing.org> From: Kumar Gala Subject: Re: [PATCH 39/61] mpc885ads: Whitespace cleanup (space->tab) Date: Wed, 18 Jul 2007 00:38:18 -0500 To: Scott Wood Cc: linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Jul 17, 2007, at 8:35 PM, Scott Wood wrote: > Signed-off-by: Scott Wood > --- > arch/powerpc/platforms/8xx/m8xx_setup.c | 72 ++++++++++++++ > +--------------- > 1 files changed, 36 insertions(+), 36 deletions(-) There is a white space cleanup patch in linus's tree that probably superseded this. - k