summaryrefslogtreecommitdiff
path: root/include/uapi
diff options
context:
space:
mode:
authorJae Hyun Yoo <jae.hyun.yoo@linux.intel.com>2020-02-12 01:43:45 +0300
committerJoel Stanley <joel@jms.id.au>2020-02-27 01:02:22 +0300
commitb50b59308d4bd499c3a6e2e73a3bf2ba74029e63 (patch)
tree978e2f386b5f4b17ebd3595f4eb3921c645132a4 /include/uapi
parent26033b9efe13ef9d9bb7e2ccc9bb5403f07a2d44 (diff)
downloadlinux-b50b59308d4bd499c3a6e2e73a3bf2ba74029e63.tar.xz
peci: fix license identifier
This commit fixes license identifier to prevent an error while doing 'make headers_install' that says: error: include/uapi/linux/peci-ioctl.h: missing "WITH Linux-syscall-note" for SPDX-License-Identifier OpenBMC-Staging-Count: 1 Reported-by: Tao Ren <rentao.bupt@gmail.com> Signed-off-by: Jae Hyun Yoo <jae.hyun.yoo@linux.intel.com> Signed-off-by: Joel Stanley <joel@jms.id.au>
Diffstat (limited to 'include/uapi')
-rw-r--r--include/uapi/linux/peci-ioctl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/uapi/linux/peci-ioctl.h b/include/uapi/linux/peci-ioctl.h
index 843930f9fedd..c74b3cde52e8 100644
--- a/include/uapi/linux/peci-ioctl.h
+++ b/include/uapi/linux/peci-ioctl.h
@@ -1,5 +1,5 @@
-/* SPDX-License-Identifier: GPL-2.0 */
-/* Copyright (c) 2018-2019 Intel Corporation */
+/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
+/* Copyright (c) 2018-2020 Intel Corporation */
#ifndef __PECI_IOCTL_H
#define __PECI_IOCTL_H