[<prev] [next>] [day] [month] [year] [list]
Message-ID: <4578aecf58124c6bd268ca0de5cf1b27@208suo.com>
Date: Wed, 12 Jul 2023 21:15:37 +0800
From: huzhi001@...suo.com
To: tglx@...utronix.de, mingo@...hat.com, bp@...en8.de,
dave.hansen@...ux.intel.com, x86@...nel.org
Cc: hpa@...or.com, linux-kernel@...r.kernel.org
Subject: [PATCH] perf/x86/intel: Fix warnings in intel_ds.h
The following checkpatch warnings are removed:
WARNING: Missing or malformed SPDX-License-Identifier tag in line 1
Signed-off-by: ZhiHu <huzhi001@...suo.com>
---
arch/x86/include/asm/intel_ds.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/x86/include/asm/intel_ds.h
b/arch/x86/include/asm/intel_ds.h
index 2f9eeb5c3069..6bc6621f6d9f 100644
--- a/arch/x86/include/asm/intel_ds.h
+++ b/arch/x86/include/asm/intel_ds.h
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _ASM_INTEL_DS_H
#define _ASM_INTEL_DS_H
Powered by blists - more mailing lists