Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 106977
b: refs/heads/master
c: 32c68e5
h: refs/heads/master
i:
  106975: a5b923f
v: v3
  • Loading branch information
Rusty Russell committed Jul 28, 2008
1 parent de4a943 commit f8a360a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 0a707210aa1b8ac40fe781b2a9d0b203b6ebb921
refs/heads/master: 32c68e5c569fdf016b494ce2fc8eecf59b6881bd
4 changes: 2 additions & 2 deletions trunk/Documentation/lguest/lguest.c
Original file line number Diff line number Diff line change
Expand Up @@ -960,10 +960,10 @@ static void update_device_status(struct device *dev)

verbose("Device %s OK: offered", dev->name);
for (i = 0; i < dev->desc->feature_len; i++)
verbose(" %08x", get_feature_bits(dev)[i]);
verbose(" %02x", get_feature_bits(dev)[i]);
verbose(", accepted");
for (i = 0; i < dev->desc->feature_len; i++)
verbose(" %08x", get_feature_bits(dev)
verbose(" %02x", get_feature_bits(dev)
[dev->desc->feature_len+i]);

if (dev->ready)
Expand Down

0 comments on commit f8a360a

Please sign in to comment.