Skip to content

Commit cd6714f

Browse files
Tom Rixherbertx
authored andcommitted
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>
1 parent 44dbd0c commit cd6714f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

arch/arm64/crypto/sha3-ce-glue.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* SPDX-License-Identifier: GPL-2.0 */
1+
// SPDX-License-Identifier: GPL-2.0
22
/*
33
* sha3-ce-glue.c - core SHA-3 transform using v8.2 Crypto Extensions
44
*

arch/arm64/crypto/sha512-armv8.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
# on Cortex-A53 (or by 4 cycles per round).
4444
# (***) Super-impressive coefficients over gcc-generated code are
4545
# 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
4747
# and the gap is only 40-90%.
4848
#
4949
# October 2016.

arch/arm64/crypto/sha512-ce-glue.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* SPDX-License-Identifier: GPL-2.0 */
1+
// SPDX-License-Identifier: GPL-2.0
22
/*
33
* sha512-ce-glue.c - SHA-384/SHA-512 using ARMv8 Crypto Extensions
44
*

0 commit comments

Comments
 (0)