Re: [PATCH][1/5] floppy.c: Initial (partial) CodingStyle cleanup

From: Randy Dunlap
Date: Mon Feb 05 2007 - 19:48:46 EST


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@xxxxxxxxx>
> ---
>
> 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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/