Skip to content

Commit 1069e97

Browse files
Tom Rixherbertx
authored andcommitted
crypto: seed - remove trailing semicolon in macro definition
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>
1 parent be169fe commit 1069e97

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crypto/seed.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ static const u32 KC[SEED_NUM_KCONSTANTS] = {
322322
SS2[byte(t1, 2)] ^ SS3[byte(t1, 3)]; \
323323
t0 += t1; \
324324
X1 ^= t0; \
325-
X2 ^= t1;
325+
X2 ^= t1
326326

327327
static int seed_set_key(struct crypto_tfm *tfm, const u8 *in_key,
328328
unsigned int key_len)

0 commit comments

Comments
 (0)