Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

crypto: arm64 - cleanup comments

For spdx, use // for *.c files

Replacements
significanty to significantly

Signed-off-by: Tom Rix <trix@redhat.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>

authored by

Tom Rix and committed by
Herbert Xu
cd6714f9 44dbd0c6

+3 -3
+1 -1
arch/arm64/crypto/sha3-ce-glue.c
··· 1 - /* SPDX-License-Identifier: GPL-2.0 */ 1 + // SPDX-License-Identifier: GPL-2.0 2 2 /* 3 3 * sha3-ce-glue.c - core SHA-3 transform using v8.2 Crypto Extensions 4 4 *
+1 -1
arch/arm64/crypto/sha512-armv8.pl
··· 43 43 # on Cortex-A53 (or by 4 cycles per round). 44 44 # (***) Super-impressive coefficients over gcc-generated code are 45 45 # indication of some compiler "pathology", most notably code 46 - # generated with -mgeneral-regs-only is significanty faster 46 + # generated with -mgeneral-regs-only is significantly faster 47 47 # and the gap is only 40-90%. 48 48 # 49 49 # October 2016.
+1 -1
arch/arm64/crypto/sha512-ce-glue.c
··· 1 - /* SPDX-License-Identifier: GPL-2.0 */ 1 + // SPDX-License-Identifier: GPL-2.0 2 2 /* 3 3 * sha512-ce-glue.c - SHA-384/SHA-512 using ARMv8 Crypto Extensions 4 4 *