OSDN Git Service

crypto: arm64 - cleanup comments
authorTom Rix <trix@redhat.com>
Sun, 6 Mar 2022 13:34:20 +0000 (05:34 -0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Wed, 9 Mar 2022 03:12:32 +0000 (15:12 +1200)
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>
arch/arm64/crypto/sha3-ce-glue.c
arch/arm64/crypto/sha512-armv8.pl
arch/arm64/crypto/sha512-ce-glue.c

index 8c65cec..250e137 100644 (file)
@@ -1,4 +1,4 @@
-/* SPDX-License-Identifier: GPL-2.0 */
+// SPDX-License-Identifier: GPL-2.0
 /*
  * sha3-ce-glue.c - core SHA-3 transform using v8.2 Crypto Extensions
  *
index 2d8655d..35ec9ae 100644 (file)
@@ -43,7 +43,7 @@
 #      on Cortex-A53 (or by 4 cycles per round).
 # (***)        Super-impressive coefficients over gcc-generated code are
 #      indication of some compiler "pathology", most notably code
-#      generated with -mgeneral-regs-only is significanty faster
+#      generated with -mgeneral-regs-only is significantly faster
 #      and the gap is only 40-90%.
 #
 # October 2016.
index e62a094..94cb758 100644 (file)
@@ -1,4 +1,4 @@
-/* SPDX-License-Identifier: GPL-2.0 */
+// SPDX-License-Identifier: GPL-2.0
 /*
  * sha512-ce-glue.c - SHA-384/SHA-512 using ARMv8 Crypto Extensions
  *