[PATCH] x86/crypto: Remove stray comment terminator

Thomas Gleixner posted 1 patch 3 years, 10 months ago
arch/x86/crypto/crc32-pclmul_asm.S |    2 --
1 file changed, 2 deletions(-)
[PATCH] x86/crypto: Remove stray comment terminator
Posted by Thomas Gleixner 3 years, 10 months ago
It seems the SPDX patch script managed to confuse itself.

Fixes: 2eb72d6696c6 ("treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_179.RULE")
Reported-by: kernel test robot <lkp@intel.com> 
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
---
 arch/x86/crypto/crc32-pclmul_asm.S |    2 --
 1 file changed, 2 deletions(-)

--- a/arch/x86/crypto/crc32-pclmul_asm.S
+++ b/arch/x86/crypto/crc32-pclmul_asm.S
@@ -1,6 +1,4 @@
 /* SPDX-License-Identifier: GPL-2.0-only */
- */
-
 /*
  * Copyright 2012 Xyratex Technology Limited
  *