diff options
author | rusty <rusty@0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652> | 2014-02-12 03:15:57 +0000 |
---|---|---|
committer | rusty <rusty@0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652> | 2014-02-12 03:15:57 +0000 |
commit | 908cfaa782e950d6656d947599d7a6c9fb16cad1 (patch) | |
tree | 9fd563c2d9934e303b494d7dfd79c3dbcfb282b0 /feedback | |
parent | 3a7719016f0b081ac43203e9137796265f6a037b (diff) |
Feedback #6: Applied
As per minutes:
https://lists.oasis-open.org/archives/virtio/201402/msg00121.html
Signed-off-by: Rusty Russell <rusty@au1.ibm.com>
git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio@237 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652
Diffstat (limited to 'feedback')
-rw-r--r-- | feedback/6.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/feedback/6.txt b/feedback/6.txt index 9ff9833..32cd9a4 100644 --- a/feedback/6.txt +++ b/feedback/6.txt @@ -3,7 +3,7 @@ Number: 6 Date: Wed, 29 Jan 2014 21:36:30 +0100 Link to Mail: https://lists.oasis-open.org/archives/virtio-comment/201401/msg00055.html Commenter name: Thomas Huth <thuth@linux.vnet.ibm.com> -Decision: +Decision: 2014-02-11 minutes: Applied Generic remark: Quite a lot of structures use a mixture of "u8" and "char" types for bytes, e.g. struct virtio_blk_req. Is that |