diff options
author | Thomas Gleixner | 2022-06-13 09:38:23 +0200 |
---|---|---|
committer | Greg Kroah-Hartman | 2022-06-13 09:47:58 +0200 |
commit | de0130355306ec54d6c4d0d2ae0485dfb5dd7f26 (patch) | |
tree | cbc2b2c22000d330b61c45bffc7106d8404cc0cf | |
parent | ce3f3ccc90b8207946a4eea45c4bd539e35cbe2c (diff) |
x86/crypto: Remove stray comment terminator
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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | arch/x86/crypto/crc32-pclmul_asm.S | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/crypto/crc32-pclmul_asm.S b/arch/x86/crypto/crc32-pclmul_asm.S index c4bd1b47a600..ca53e96996ac 100644 --- 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 * |