diff options
author | Tom Rix <trix@redhat.com> | 2022-02-21 14:31:18 -0800 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2022-03-03 10:49:20 +1200 |
commit | 4920a4a7262dd1c647b515c05358ccbee0ab828c (patch) | |
tree | f0022a24a7429dd71b51a5d66cabfc38ba4e14fa /crypto/sm2.c | |
parent | 35d2bf20683f60288441844ab19ce671075643e6 (diff) |
crypto: cleanup comments
For spdx
/* */ for *.h, // for *.c
Space before spdx tag
Replacements
paramenters to parameters
aymmetric to asymmetric
sigature to signature
boudary to boundary
compliled to compiled
eninges to engines
explicity to explicitly
Signed-off-by: Tom Rix <trix@redhat.com>
Acked-by: Jarkko Sakkinen <jarkko@kernel.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto/sm2.c')
-rw-r--r-- | crypto/sm2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/sm2.c b/crypto/sm2.c index ae3f77a66070..f3e1592965c0 100644 --- a/crypto/sm2.c +++ b/crypto/sm2.c @@ -1,4 +1,4 @@ -/* SPDX-License-Identifier: GPL-2.0-or-later */ +// SPDX-License-Identifier: GPL-2.0-or-later /* * SM2 asymmetric public-key algorithm * as specified by OSCCA GM/T 0003.1-2012 -- 0003.5-2012 SM2 and |