[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20070205164329.8f1eca97.randy.dunlap@oracle.com>
Date: Mon, 5 Feb 2007 16:43:29 -0800
From: Randy Dunlap <randy.dunlap@...cle.com>
To: Jesper Juhl <jesper.juhl@...il.com>
Cc: linux-kernel@...r.kernel.org, Andi Kleen <ak@...e.de>,
Trent Waddington <trent.waddington@...il.com>,
Bartlomiej Zolnierkiewicz <bzolnier@...il.com>,
Alan Cox <alan@...rguk.ukuu.org.uk>,
Linus Torvalds <torvalds@...ux-foundation.org>
Subject: Re: [PATCH][1/5] floppy.c: Initial (partial) CodingStyle cleanup
On Tue, 6 Feb 2007 00:28:50 +0100 Jesper Juhl wrote:
>
> This is a basic CodingStyle cleanup for drivers/block/floppy.c
>
> There are no functional changes in this patch.
>
> Signed-off-by: Jesper Juhl <jesper.juhl@...il.com>
> ---
>
> floppy.c | 203 ++++++++++++++++++++++++-----------------------------
> 1 file changed, 94 insertions(+), 109 deletions(-)
>
> --- linux-2.6.20-orig/drivers/block/floppy.c 2007-02-04 19:44:54.000000000 +0100
> +++ linux-2.6.20/drivers/block/floppy.c 2007-02-05 23:08:39.000000000 +0100
> @@ -1252,8 +1258,8 @@
> DPRINT("Invalid data rate for perpendicular mode!\n");
> cont->done(0);
> FDCS->reset = 1; /* convenient way to return to
> - * redo without to much hassle (deep
> - * stack et al. */
> + * redo without to much hassle
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~> too
> + * (deep stack et al. */
> return;
> }
> } else
---
~Randy
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists