Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 346472
b: refs/heads/master
c: a04b41c
h: refs/heads/master
v: v3
  • Loading branch information
Ed Cashin authored and Linus Torvalds committed Dec 18, 2012
1 parent a14444f commit 670b871
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d437962504462f31515344d58cdcaf0b73b389b5
refs/heads/master: a04b41cd2c3ea39115a2d4f264773a5956a3318d
2 changes: 1 addition & 1 deletion trunk/drivers/block/aoe/aoe.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/block/aoe/aoechr.c
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ aoechr_init(void)
int n, i;

n = register_chrdev(AOE_MAJOR, "aoechr", &aoe_fops);
if (n < 0) {
if (n < 0) {
printk(KERN_ERR "aoe: can't register char device\n");
return n;
}
Expand Down
6 changes: 3 additions & 3 deletions trunk/drivers/block/aoe/aoecmd.c
Original file line number Diff line number Diff line change
Expand Up @@ -978,7 +978,7 @@ ktiocomplete(struct frame *f)
pr_err("aoe: ata error cmd=%2.2Xh stat=%2.2Xh from e%ld.%d\n",
ahout->cmdstat, ahin->cmdstat,
d->aoemajor, d->aoeminor);
noskb: if (buf)
noskb: if (buf)
clear_bit(BIO_UPTODATE, &buf->bio->bi_flags);
goto badrsp;
}
Expand Down Expand Up @@ -1191,7 +1191,7 @@ aoecmd_cfg(ushort aoemajor, unsigned char aoeminor)
aoecmd_cfg_pkts(aoemajor, aoeminor, &queue);
aoenet_xmit(&queue);
}

struct sk_buff *
aoecmd_ata_id(struct aoedev *d)
{
Expand Down Expand Up @@ -1230,7 +1230,7 @@ aoecmd_ata_id(struct aoedev *d)

return skb_clone(skb, GFP_ATOMIC);
}

static struct aoetgt *
addtgt(struct aoedev *d, char *addr, ulong nframes)
{
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/block/aoe/aoemain.c
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ aoe_init(void)
aoechr_exit();
chr_fail:
aoedev_exit();

printk(KERN_INFO "aoe: initialisation failure.\n");
return ret;
}
Expand Down
4 changes: 2 additions & 2 deletions trunk/drivers/block/aoe/aoenet.c
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@ aoenet_xmit(struct sk_buff_head *queue)
}
}

/*
* (1) len doesn't include the header by default. I want this.
/*
* (1) len doesn't include the header by default. I want this.
*/
static int
aoenet_rcv(struct sk_buff *skb, struct net_device *ifp, struct packet_type *pt, struct net_device *orig_dev)
Expand Down

0 comments on commit 670b871

Please sign in to comment.