From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mike Frysinger Date: Tue, 10 Feb 2009 20:01:38 -0500 Subject: [U-Boot] [PATCH] Add eth_get_dev_by_index In-Reply-To: <1234313735-19481-1-git-send-email-afleming@freescale.com> References: <1234313735-19481-1-git-send-email-afleming@freescale.com> Message-ID: <200902102001.40073.vapier@gentoo.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tuesday 10 February 2009 19:55:35 Andy Fleming wrote: > diff --git a/include/net.h b/include/net.h > index bbe0d4b..fc14615 100644 > --- a/include/net.h > +++ b/include/net.h > @@ -116,18 +116,19 @@ looks like a lot of pointless whitespace changes when there should just be 1 new line: the prototype -mike