Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Tom Rix and committed by
Herbert Xu
1069e976 be169fe3

+1 -1
+1 -1
crypto/seed.c
··· 322 322 SS2[byte(t1, 2)] ^ SS3[byte(t1, 3)]; \ 323 323 t0 += t1; \ 324 324 X1 ^= t0; \ 325 - X2 ^= t1; 325 + X2 ^= t1 326 326 327 327 static int seed_set_key(struct crypto_tfm *tfm, const u8 *in_key, 328 328 unsigned int key_len)