diff options
author | Tom Rix <trix@redhat.com> | 2022-02-21 23:31:18 +0100 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2022-03-02 23:49:20 +0100 |
commit | 4920a4a7262dd1c647b515c05358ccbee0ab828c (patch) | |
tree | f0022a24a7429dd71b51a5d66cabfc38ba4e14fa /crypto/cfb.c | |
parent | crypto: dh - calculate Q from P for the full public key verification (diff) | |
download | linux-4920a4a7262dd1c647b515c05358ccbee0ab828c.tar.xz linux-4920a4a7262dd1c647b515c05358ccbee0ab828c.zip |
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/cfb.c')
-rw-r--r-- | crypto/cfb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/cfb.c b/crypto/cfb.c index 0d664dfb47bc..5c36b7b65e2a 100644 --- a/crypto/cfb.c +++ b/crypto/cfb.c @@ -1,4 +1,4 @@ -//SPDX-License-Identifier: GPL-2.0 +// SPDX-License-Identifier: GPL-2.0 /* * CFB: Cipher FeedBack mode * |