From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from jdl.com (jdl.com [208.123.74.7]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTP id 2A2A3DE07A for ; Wed, 9 Jan 2008 09:13:46 +1100 (EST) To: Scott Wood Subject: Re: [PATCH 1/3 v2] Add StorCenter DTS first draft. In-Reply-To: Your message of "Tue, 08 Jan 2008 16:11:39 CST." <20080108221139.GA5599@loki.buserror.net> References: <20080108221139.GA5599@loki.buserror.net> Date: Tue, 08 Jan 2008 16:13:42 -0600 From: Jon Loeliger Message-Id: Cc: linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , So, like, the other day Scott Wood mumbled: > On Tue, Jan 08, 2008 at 04:06:56PM -0600, Jon Loeliger wrote: > > +/ { > > + model = "StorCenter"; > > + compatible = "storcenter"; > > + #address-cells = <1>; > > + #size-cells = <1>; > > + > > + aliases { > > + serial0 = &serial0; > > + serial1 = &serial1; > > + pci0 = &pci0; > > + }; > > These should be tabs, not spaces. Likewise in some other parts of the file. > > -Scott Shoot me now. jdl