From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wolfgang Denk Date: Tue, 20 May 2008 22:21:38 +0200 Subject: [U-Boot-Users] [PATCH] Incorrect escape sequences in u-boot-1.3.3/common/usb.c In-Reply-To: Your message of "Tue, 20 May 2008 17:38:18 +0200." <20080520153818.GA18756@game.jcrosoft.org> Message-ID: <20080520202138.4D25524312@gemini.denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de In message <20080520153818.GA18756@game.jcrosoft.org> you wrote: > > > diff -purN u-boot-1.3.3/common/usb.c u-boot-1.3.3-modified/common/usb.c > > --- u-boot-1.3.3/common/usb.c 2008-05-19 03:47:11.000000000 -0700 > > +++ u-boot-1.3.3-modified/common/usb.c 2008-05-20 13:39:17.484375000 -0700 ... > I'll send tomorow a full coding style patch Mind my pending whitespace-cleanup patch which touches this file, too. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de Digital computers are themselves more complex than most things people build: They have very large numbers of states. This makes conceiving, describing, and testing them hard. Software systems have orders-of- magnitude more states than computers do. - Fred Brooks, Jr.