aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorStefan Hajnoczi <stefanha@redhat.com>2016-08-05 13:52:09 +0100
committerMichael S. Tsirkin <mst@redhat.com>2016-08-09 13:42:38 +0300
commit28ad55578b8a76390d966b09da8c7fa3644f5140 (patch)
treeee32c61c5ce67616e5b0a7c7c880a3f047f25cef /include
parentvhost/vsock: fix vhost virtio_vsock_pkt use-after-free (diff)
downloadlinux-dev-28ad55578b8a76390d966b09da8c7fa3644f5140.tar.xz
linux-dev-28ad55578b8a76390d966b09da8c7fa3644f5140.zip
virtio-vsock: fix include guard typo
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/uapi/linux/virtio_vsock.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uapi/linux/virtio_vsock.h b/include/uapi/linux/virtio_vsock.h
index 6b011c19b50f..1d57ed3d84d2 100644
--- a/include/uapi/linux/virtio_vsock.h
+++ b/include/uapi/linux/virtio_vsock.h
@@ -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>