[PATCH 1/2] arm64: lib: xor-neon: remove redundant filename comment
From: Josh Law
Date: Sun Mar 01 2026 - 10:28:45 EST
The filename in the header comment is redundant and not recommended by Linux kernel coding style.
Signed-off-by: Josh Law <objecting@xxxxxxxxxxxxx>
---
arch/arm64/lib/xor-neon.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/arm64/lib/xor-neon.c b/arch/arm64/lib/xor-neon.c
index 8fffebfa17b2..c65b44a8f134 100644
--- a/arch/arm64/lib/xor-neon.c
+++ b/arch/arm64/lib/xor-neon.c
@@ -1,6 +1,5 @@
// SPDX-License-Identifier: GPL-2.0-only
/*
- * arch/arm64/lib/xor-neon.c
*
* Authors: Jackie Liu <liuyun01@xxxxxxxxxx>
* Copyright (C) 2018,Tianjin KYLIN Information Technology Co., Ltd.
--
2.43.0