Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 73554
b: refs/heads/master
c: 1bc4953
h: refs/heads/master
v: v3
  • Loading branch information
Anthony Liguori authored and Rusty Russell committed Nov 12, 2007
1 parent cf1a694 commit bc8603f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 4d125de3a5d130054df2285e542c1491d214d3e8
refs/heads/master: 1bc4953ed44454c7f53d0b609445d1534981ee75
2 changes: 1 addition & 1 deletion trunk/drivers/virtio/virtio_ring.c
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ struct vring_virtqueue
unsigned int num_added;

/* Last used index we've seen. */
unsigned int last_used_idx;
u16 last_used_idx;

/* How to notify other side. FIXME: commonalize hcalls! */
void (*notify)(struct virtqueue *vq);
Expand Down

0 comments on commit bc8603f

Please sign in to comment.