projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3fda5d6
)
virtio-vsock: fix include guard typo
author
Stefan Hajnoczi
<stefanha@redhat.com>
Fri, 5 Aug 2016 12:52:09 +0000
(13:52 +0100)
committer
Michael S. Tsirkin
<mst@redhat.com>
Tue, 9 Aug 2016 10:42:38 +0000
(13:42 +0300)
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
include/uapi/linux/virtio_vsock.h
patch
|
blob
|
blame
|
history
diff --git
a/include/uapi/linux/virtio_vsock.h
b/include/uapi/linux/virtio_vsock.h
index 6b011c19b50f969d66d3ec0b26d7036d6bac7525..1d57ed3d84d2c3d10d02dce56d728b9cf0ece17b 100644
(file)
--- 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_V
OS
CK_H
+#define _UAPI_LINUX_VIRTIO_V
SO
CK_H
#include <linux/types.h>
#include <linux/virtio_ids.h>