[PATCH dev-5.4] peci: fix license identifier

Jae Hyun Yoo jae.hyun.yoo at linux.intel.com
Wed Feb 12 09:43:45 AEDT 2020


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

Reported-by: Tao Ren <rentao.bupt at gmail.com>
Signed-off-by: Jae Hyun Yoo <jae.hyun.yoo at linux.intel.com>
---
 include/uapi/linux/peci-ioctl.h | 4 ++--
 1 file 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
-- 
2.17.1



More information about the openbmc mailing list