[PATCH 1/2] arm64: lib: xor-neon: remove redundant filename comment

Josh Law hlcj1234567 at gmail.com
Sun Mar 1 07:28:19 PST 2026


The filename in the header comment is redundant and not recommended by Linux kernel coding style.

Signed-off-by: Josh Law <objecting at objecting.org>
---
 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 at kylinos.cn>
  * Copyright (C) 2018,Tianjin KYLIN Information Technology Co., Ltd.
-- 
2.43.0




More information about the linux-arm-kernel mailing list