[U-Boot] [PATCH] Add eth_get_dev_by_index

Andy Fleming afleming at gmail.com
Wed Feb 11 02:43:54 CET 2009


On Tue, Feb 10, 2009 at 7:01 PM, Mike Frysinger <vapier at gentoo.org> wrote:
> 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

They're not pointless, they fix it so that the lines are <= 80
characters wide.  The comments had extra spaces which made every line
look like:

foo blah /* this is a comment
*/
foo2 blah3 /* another one
*/

If people think the whitespace changes are too much, I'll move them
into a separate patch.

Andy


More information about the U-Boot mailing list