[PATCH 3/4] arm64: crypto: fix SPDX comment style in sm3-neon-core.S
From: Josh Law
Date: Sat Feb 28 2026 - 19:39:29 EST
Signed-off-by: Josh Law <objecting@xxxxxxxxxxxxx>
---
arch/arm64/crypto/sm3-neon-core.S | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm64/crypto/sm3-neon-core.S b/arch/arm64/crypto/sm3-neon-core.S
index 4357e0e51be3..c232b716cedd 100644
--- a/arch/arm64/crypto/sm3-neon-core.S
+++ b/arch/arm64/crypto/sm3-neon-core.S
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0-or-later
+/* SPDX-License-Identifier: GPL-2.0-or-later */
/*
* sm3-neon-core.S - SM3 secure hash using NEON instructions
*
--
2.43.0