From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Date: Tue, 22 Sep 2009 19:46:12 -0500 Subject: [U-Boot] [PATCH] OMAP3: Clean up whitespace in mux configs In-Reply-To: <20090922225314.GA16136@lixom.net> References: <20090922225314.GA16136@lixom.net> Message-ID: <4AB96FD4.1080702@windriver.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Olof Johansson wrote: > Switch from space-based indentation to tab-based in mux configs, as pointed > out by WD at: > > http://lists.denx.de/pipermail/u-boot/2009-September/061241.html > > Nothing but whitespace changes in this patch (diff -w gives no output). > > Signed-off-by: Olof Johansson > > --- > board/logicpd/zoom1/zoom1.h | 164 +++++----- > board/logicpd/zoom2/zoom2.h | 188 +++++----- > board/overo/overo.h | 644 +++++++++++++++++----------------- > board/pandora/pandora.h | 662 +++++++++++++++++----------------- > board/ti/beagle/beagle.h | 640 +++++++++++++++++----------------- > board/ti/evm/evm.h | 662 +++++++++++++++++----------------- > board/timll/devkit8000/devkit8000.h | 628 +++++++++++++++++----------------- > 7 files changed, 1794 insertions(+), 1794 deletions(-) > I have visually inspected zoom2. It looks fine. The other board maintainers should have a chance to review before it goes up the chain. Tom