diff mbox series

[dev-5.4] peci: fix license identifier

Message ID 20200211224345.3624-1-jae.hyun.yoo@linux.intel.com
State Accepted, archived
Headers show
Series [dev-5.4] peci: fix license identifier | expand

Commit Message

Jae Hyun Yoo Feb. 11, 2020, 10:43 p.m. UTC
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@gmail.com>
Signed-off-by: Jae Hyun Yoo <jae.hyun.yoo@linux.intel.com>
---
 include/uapi/linux/peci-ioctl.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Joel Stanley Feb. 11, 2020, 10:52 p.m. UTC | #1
On Tue, 11 Feb 2020 at 22:41, Jae Hyun Yoo <jae.hyun.yoo@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@gmail.com>
> Signed-off-by: Jae Hyun Yoo <jae.hyun.yoo@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
>
Jae Hyun Yoo Feb. 11, 2020, 10:56 p.m. UTC | #2
On 2/11/2020 2:52 PM, Joel Stanley wrote:
> On Tue, 11 Feb 2020 at 22:41, Jae Hyun Yoo <jae.hyun.yoo@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@gmail.com>
>> Signed-off-by: Jae Hyun Yoo <jae.hyun.yoo@linux.intel.com>
> 
> Thakns for the patch.
> 
> How's the upstream submission of PECI going?

I'm still trying. I'll update you if any progress.

Thanks,

Jae

>> ---
>>   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
>>
diff mbox series

Patch

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