dect
/
linux-2.6
Archived
13
0
Fork 0

crypto: aes_generic - Fix checkpatch errors

Signed-off-by: Richard Hartmann <richih.mailinglist@gmail.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
Richard Hartmann 2010-02-16 20:34:59 +08:00 committed by Herbert Xu
parent 0047e81dc3
commit 8d0c123f8b
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/*
/*
* Cryptographic API.
*
* AES Cipher Algorithm.
@ -1127,7 +1127,7 @@ EXPORT_SYMBOL_GPL(crypto_il_tab);
#define star_x(x) (((x) & 0x7f7f7f7f) << 1) ^ ((((x) & 0x80808080) >> 7) * 0x1b)
#define imix_col(y,x) do { \
#define imix_col(y, x) do { \
u = star_x(x); \
v = star_x(u); \
w = star_x(v); \