summaryrefslogtreecommitdiffstats
path: root/include/uapi/linux/vm_sockets_diag.h
diff options
context:
space:
mode:
authorStephen Hemminger2017-11-24 21:08:40 +0100
committerDavid S. Miller2017-11-25 20:24:48 +0100
commit7bbefcfac1936c8d9082a828b09f42a3839cb06e (patch)
treea617370e1e05def6865119c88ba51b3bf8e09593 /include/uapi/linux/vm_sockets_diag.h
parentnet: dsa: fix 'increment on 0' warning (diff)
downloadkernel-qcow2-linux-7bbefcfac1936c8d9082a828b09f42a3839cb06e.tar.gz
kernel-qcow2-linux-7bbefcfac1936c8d9082a828b09f42a3839cb06e.tar.xz
kernel-qcow2-linux-7bbefcfac1936c8d9082a828b09f42a3839cb06e.zip
uapi: add SPDX identifier to vm_sockets_diag.h
New file seems to have missed the SPDX license scan and update. Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com> Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/uapi/linux/vm_sockets_diag.h')
-rw-r--r--include/uapi/linux/vm_sockets_diag.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/linux/vm_sockets_diag.h b/include/uapi/linux/vm_sockets_diag.h
index 14cd7dc5a187..0b4dd54f3d1e 100644
--- a/include/uapi/linux/vm_sockets_diag.h
+++ b/include/uapi/linux/vm_sockets_diag.h
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* AF_VSOCK sock_diag(7) interface for querying open sockets */
#ifndef _UAPI__VM_SOCKETS_DIAG_H__