Skip to content

Commit

Permalink
virtio-vsock: fix include guard typo
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Hajnoczi <[email protected]>
Signed-off-by: Michael S. Tsirkin <[email protected]>
  • Loading branch information
stefanhaRH authored and mstsirkin committed Aug 9, 2016
1 parent 3fda5d6 commit 28ad555
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/uapi/linux/virtio_vsock.h
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 28ad555

Please sign in to comment.