diff options
author | Ed Cashin <ecashin@coraid.com> | 2012-12-17 19:03:39 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-12-17 20:15:24 -0500 |
commit | a04b41cd2c3ea39115a2d4f264773a5956a3318d (patch) | |
tree | f92e74151cfd816644cfd8f5be5606d572123816 /drivers/block/aoe/aoecmd.c | |
parent | d437962504462f31515344d58cdcaf0b73b389b5 (diff) |
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/aoecmd.c')
-rw-r--r-- | drivers/block/aoe/aoecmd.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/block/aoe/aoecmd.c b/drivers/block/aoe/aoecmd.c index df86a05067e8..3ce01f6b3a5d 100644 --- a/drivers/block/aoe/aoecmd.c +++ b/drivers/block/aoe/aoecmd.c | |||
@@ -978,7 +978,7 @@ ktiocomplete(struct frame *f) | |||
978 | pr_err("aoe: ata error cmd=%2.2Xh stat=%2.2Xh from e%ld.%d\n", | 978 | pr_err("aoe: ata error cmd=%2.2Xh stat=%2.2Xh from e%ld.%d\n", |
979 | ahout->cmdstat, ahin->cmdstat, | 979 | ahout->cmdstat, ahin->cmdstat, |
980 | d->aoemajor, d->aoeminor); | 980 | d->aoemajor, d->aoeminor); |
981 | noskb: if (buf) | 981 | noskb: if (buf) |
982 | clear_bit(BIO_UPTODATE, &buf->bio->bi_flags); | 982 | clear_bit(BIO_UPTODATE, &buf->bio->bi_flags); |
983 | goto badrsp; | 983 | goto badrsp; |
984 | } | 984 | } |
@@ -1191,7 +1191,7 @@ aoecmd_cfg(ushort aoemajor, unsigned char aoeminor) | |||
1191 | aoecmd_cfg_pkts(aoemajor, aoeminor, &queue); | 1191 | aoecmd_cfg_pkts(aoemajor, aoeminor, &queue); |
1192 | aoenet_xmit(&queue); | 1192 | aoenet_xmit(&queue); |
1193 | } | 1193 | } |
1194 | 1194 | ||
1195 | struct sk_buff * | 1195 | struct sk_buff * |
1196 | aoecmd_ata_id(struct aoedev *d) | 1196 | aoecmd_ata_id(struct aoedev *d) |
1197 | { | 1197 | { |
@@ -1230,7 +1230,7 @@ aoecmd_ata_id(struct aoedev *d) | |||
1230 | 1230 | ||
1231 | return skb_clone(skb, GFP_ATOMIC); | 1231 | return skb_clone(skb, GFP_ATOMIC); |
1232 | } | 1232 | } |
1233 | 1233 | ||
1234 | static struct aoetgt * | 1234 | static struct aoetgt * |
1235 | addtgt(struct aoedev *d, char *addr, ulong nframes) | 1235 | addtgt(struct aoedev *d, char *addr, ulong nframes) |
1236 | { | 1236 | { |