commit | e0d2be2ad6461ccdcf3e3930742a6b18a7ee5eb8 | [log] [tgz] |
---|---|---|
author | Michael S. Tsirkin <mst@redhat.com> | Wed Feb 18 16:37:35 2015 +0100 |
committer | Michael S. Tsirkin <mst@redhat.com> | Thu Feb 26 13:04:09 2015 +0100 |
tree | 42e3ecfcf85ba52de77a7755159b86f8fc7ff6bb | |
parent | 714e601379e125cde88bea6d4a3ea8f78ffbdf62 [diff] |
virtio_ring.h: s/__inline__/inline/ Thomas Huth noticed that some linux headers use __inline__, change to inline to be consistent with the rest of QEMU. Reported-by: Thomas Huth <thuth@linux.vnet.ibm.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>