psi: Add a missing SPDX license header
authorLiu Xinpeng <liuxp11@chinatelecom.cn>
Mon, 25 Oct 2021 03:46:26 +0000 (11:46 +0800)
committerPeter Zijlstra <peterz@infradead.org>
Wed, 17 Nov 2021 13:48:59 +0000 (14:48 +0100)
Add the missing SPDX license header to
include/linux/psi.h
include/linux/psi_types.h
kernel/sched/psi.c

Signed-off-by: Liu Xinpeng <liuxp11@chinatelecom.cn>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Acked-by: Johannes Weiner <hannes@cmpxchg.org>
Link: https://lore.kernel.org/r/1635133586-84611-2-git-send-email-liuxp11@chinatelecom.cn
include/linux/psi.h
include/linux/psi_types.h
kernel/sched/psi.c

index 65eb1476ac705614c9cb1b1f338fce9e05624d9b..a70ca833c6d778cbc8992993c922227538b808ec 100644 (file)
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 #ifndef _LINUX_PSI_H
 #define _LINUX_PSI_H
 
index 0a23300d49af74be5887d2c57352e362fdcf18e1..bf50068d5d4ba22838f17650f1771c9a29005bf2 100644 (file)
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 #ifndef _LINUX_PSI_TYPES_H
 #define _LINUX_PSI_TYPES_H
 
index 526af84ab852f0e5164b8b546542fc00de64a532..3397fa0011575c88538981a66bf33ee16e65c8cc 100644 (file)
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * Pressure stall information for CPU, memory and IO
  *