aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Perches <[email protected]>2010-03-10 15:20:51 -0800
committerLinus Torvalds <[email protected]>2010-03-12 15:52:29 -0800
commit96534f1dd5bf9d324c2d31355cb69565381d1460 (patch)
tree9b431689da80bc1a60b55a4fdd0c483e22c0c648
parentb87c9e0a880f2992dc210eb4ea8b2da6c63883ca (diff)
drivers/block/floppy.c: indent a comment
Signed-off-by: Joe Perches <[email protected]> Cc: Stephen Hemminger <[email protected]> Cc: Jens Axboe <[email protected]> Cc: Marcin Slusarz <[email protected]> Cc: Bartlomiej Zolnierkiewicz <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
-rw-r--r--drivers/block/floppy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/block/floppy.c b/drivers/block/floppy.c
index 0cea96ceb78c..7743d6c2dd6b 100644
--- a/drivers/block/floppy.c
+++ b/drivers/block/floppy.c
@@ -4262,7 +4262,7 @@ static int __init floppy_init(void)
FDCS->dtr = -1;
FDCS->dor = 0x4;
#if defined(__sparc__) || defined(__mc68000__)
- /*sparcs/sun3x don't have a DOR reset which we can fall back on to */
+ /*sparcs/sun3x don't have a DOR reset which we can fall back on to */
#ifdef __mc68000__
if (MACH_IS_SUN3X)
#endif