Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 331414
b: refs/heads/master
c: ca16f58
h: refs/heads/master
v: v3
  • Loading branch information
Rusty Russell committed Oct 4, 2012
1 parent fdd1f4f commit b0eb19e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: bb8111086c12ebdadc0544ba04dccd3aad212ad2
refs/heads/master: ca16f580a5db7e60bfafe59a50bb133bd3347491
1 change: 1 addition & 0 deletions trunk/tools/lguest/lguest.c
Original file line number Diff line number Diff line change
Expand Up @@ -1299,6 +1299,7 @@ static struct device *new_device(const char *name, u16 type)
dev->feature_len = 0;
dev->num_vq = 0;
dev->running = false;
dev->next = NULL;

/*
* Append to device list. Prepending to a single-linked list is
Expand Down

0 comments on commit b0eb19e

Please sign in to comment.