projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be169fe
)
crypto: seed - remove trailing semicolon in macro definition
author
Tom Rix
<trix@redhat.com>
Fri, 27 Nov 2020 16:23:45 +0000
(08:23 -0800)
committer
Herbert Xu
<herbert@gondor.apana.org.au>
Fri, 4 Dec 2020 07:13:16 +0000
(18:13 +1100)
The macro use will already have a semicolon.
Signed-off-by: Tom Rix <trix@redhat.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/seed.c
patch
|
blob
|
history
diff --git
a/crypto/seed.c
b/crypto/seed.c
index 5e3bef3a617d070b1940f5fb1cae7589cdeccbea..27720140820ef4e9f758bed25f40899ada6adabf 100644
(file)
--- a/
crypto/seed.c
+++ b/
crypto/seed.c
@@
-322,7
+322,7
@@
static const u32 KC[SEED_NUM_KCONSTANTS] = {
SS2[byte(t1, 2)] ^ SS3[byte(t1, 3)]; \
t0 += t1; \
X1 ^= t0; \
- X2 ^= t1
;
+ X2 ^= t1
static int seed_set_key(struct crypto_tfm *tfm, const u8 *in_key,
unsigned int key_len)