2004-04-09 03:42:24

by Randy.Dunlap

[permalink] [raw]
Subject: [PATCH] make floppy.c readable


run scripts/Lindent on drivers/block/floppy.c, but keep some
nicely-formatted structs (tables) and labels as they were.

Same code generated before and after, except for some __LINE__
numbers which changed as expected.

Applies to 2.6.5-mm2.


diffstat:=
drivers/block/floppy.c | 1712 ++++++++++++++++++++++++-------------------------
1 files changed, 857 insertions(+), 855 deletions(-)


Patch is approx. 115 KB, so it is available here:
http://developer.osdl.org/rddunlap/patches/floppy_format_265.patch

instead of in this email.

Email containing the patch & sent directly to you is available
upon request.

--
~Randy


2004-04-10 01:06:54

by Zwane Mwaikambo

[permalink] [raw]
Subject: Re: [PATCH] make floppy.c readable

On Thu, 8 Apr 2004, Randy.Dunlap wrote:

>
> run scripts/Lindent on drivers/block/floppy.c, but keep some
> nicely-formatted structs (tables) and labels as they were.
>
> Same code generated before and after, except for some __LINE__
> numbers which changed as expected.

I fear the consequences of making any comments here. Randy be fairly
certain all of this hard work won't go unrewarded ;)