diff options
author | 2021-10-25 11:46:26 +0800 | |
---|---|---|
committer | 2021-11-17 14:48:59 +0100 | |
commit | 2fb75e1b642f49253d8848c9e47e8942f5366221 (patch) | |
tree | 6e4a99ae1800d39fff2760d0cc09ee1a94fe386c /include/linux/psi_types.h | |
parent | psi: Remove repeated verbose comment (diff) | |
download | linux-dev-2fb75e1b642f49253d8848c9e47e8942f5366221.tar.xz linux-dev-2fb75e1b642f49253d8848c9e47e8942f5366221.zip |
psi: Add a missing SPDX license header
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
Diffstat (limited to '')
-rw-r--r-- | include/linux/psi_types.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/psi_types.h b/include/linux/psi_types.h index 0a23300d49af..bf50068d5d4b 100644 --- a/include/linux/psi_types.h +++ b/include/linux/psi_types.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _LINUX_PSI_TYPES_H #define _LINUX_PSI_TYPES_H |