[PATCH dev-5.4] peci: fix license identifier

Joel Stanley joel at jms.id.au
Wed Feb 12 09:52:14 AEDT 2020


On Tue, 11 Feb 2020 at 22:41, Jae Hyun Yoo <jae.hyun.yoo at linux.intel.com> wrote:
>
> 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>

Thakns for the patch.

How's the upstream submission of PECI going?

> ---
>  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