From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from agrxsusmail.smiths.aero (host241-chi.smiths-group.com [65.216.75.241]) by ozlabs.org (Postfix) with ESMTP id F27AA67BC0 for ; Thu, 7 Sep 2006 23:15:18 +1000 (EST) Message-ID: <45001455.5000408@smiths-aerospace.com> Date: Thu, 07 Sep 2006 08:45:09 -0400 From: Jerry Van Baren MIME-Version: 1.0 CC: linuxppc-dev@ozlabs.org Subject: Re: [PATCH] PPC: Fix Kconfig whitespace warnings References: <1157632584.6098.35.camel@zod.rchland.ibm.com> In-Reply-To: <1157632584.6098.35.camel@zod.rchland.ibm.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Josh Boyer wrote: > Fix the following whitespace warnings when compiling with ARCH=ppc > > arch/ppc/Kconfig:1207:warning: leading whitespace ignored > arch/ppc/Kconfig:1226:warning: leading whitespace ignored > arch/ppc/Kconfig:1231:warning: leading whitespace ignored > > Signed-off-by: Josh Boyer > > --- > arch/ppc/Kconfig | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > --- linux-2.6.orig/arch/ppc/Kconfig > +++ linux-2.6/arch/ppc/Kconfig > @@ -1204,7 +1204,7 @@ config PCI_DOMAINS > default PCI > > config MPC83xx_PCI2 > - bool " Supprt for 2nd PCI host controller" > + bool "Supprt for 2nd PCI host controller" ^ Add an "o"? [snip] gvb