1
0
Fork 0

virtio-vsock: fix include guard typo

Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hifive-unleashed-5.1
Stefan Hajnoczi 2016-08-05 13:52:09 +01:00 committed by Michael S. Tsirkin
parent 3fda5d6e58
commit 28ad55578b
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@
*/
#ifndef _UAPI_LINUX_VIRTIO_VSOCK_H
#define _UAPI_LINUX_VIRTIO_VOSCK_H
#define _UAPI_LINUX_VIRTIO_VSOCK_H
#include <linux/types.h>
#include <linux/virtio_ids.h>