lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ