[PATCH 2/4] arm64: crypto: fix SPDX comment style in sm4-ce-cipher-core.S

From: Josh Law

Date: Sat Feb 28 2026 - 19:39:18 EST


Signed-off-by: Josh Law <objecting@xxxxxxxxxxxxx>
---
arch/arm64/crypto/sm4-ce-cipher-core.S | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/crypto/sm4-ce-cipher-core.S b/arch/arm64/crypto/sm4-ce-cipher-core.S
index 4ac6cfbc5797..32b93d542471 100644
--- a/arch/arm64/crypto/sm4-ce-cipher-core.S
+++ b/arch/arm64/crypto/sm4-ce-cipher-core.S
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0
+/* SPDX-License-Identifier: GPL-2.0 */

#include <linux/linkage.h>
#include <asm/assembler.h>
--
2.43.0