diff options
author | Ed Cashin <ecashin@coraid.com> | 2012-12-18 01:03:39 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-12-18 02:15:24 +0100 |
commit | a04b41cd2c3ea39115a2d4f264773a5956a3318d (patch) | |
tree | f92e74151cfd816644cfd8f5be5606d572123816 /drivers/block/aoe/aoe.h | |
parent | aoe: cleanup: remove unused ata_scnt function (diff) | |
download | linux-a04b41cd2c3ea39115a2d4f264773a5956a3318d.tar.xz linux-a04b41cd2c3ea39115a2d4f264773a5956a3318d.zip |
aoe: whitespace cleanup
Signed-off-by: Ed Cashin <ecashin@coraid.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/block/aoe/aoe.h')
-rw-r--r-- | drivers/block/aoe/aoe.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/block/aoe/aoe.h b/drivers/block/aoe/aoe.h index 52f75c097242..8e8da1cd204d 100644 --- a/drivers/block/aoe/aoe.h +++ b/drivers/block/aoe/aoe.h @@ -151,7 +151,7 @@ struct aoedev { struct work_struct work;/* disk create work struct */ struct gendisk *gd; struct request_queue *blkq; - struct hd_geometry geo; + struct hd_geometry geo; sector_t ssize; struct timer_list timer; spinlock_t lock; |