summaryrefslogtreecommitdiff
path: root/crypto/aead.c
diff options
context:
space:
mode:
authorJoshua I. James <joshua@cybercrimetech.com>2014-12-05 14:06:16 +0900
committerHerbert Xu <herbert@gondor.apana.org.au>2014-12-22 23:02:35 +1100
commita861afbc931b489b3b2362f8011cccd2a071ec37 (patch)
tree22305cf312bee035283ff777c1e220e1e69b6408 /crypto/aead.c
parentbe95f0fa0cde56bb05ed62488a25a73a5b21b2d9 (diff)
crypto: ablkcipher - fixed style errors in ablkcipher.c
Fixed style errors reported by checkpatch. WARNING: Missing a blank line after declarations + u8 *end_page = (u8 *)(((unsigned long)(start + len - 1)) & PAGE_MASK); + return max(start, end_page); WARNING: line over 80 characters + scatterwalk_start(&walk->out, scatterwalk_sg_next(walk->out.sg)); WARNING: Missing a blank line after declarations + int err = ablkcipher_copy_iv(walk, tfm, alignmask); + if (err) ERROR: do not use assignment in if condition + if ((err = crypto_register_instance(tmpl, inst))) { Signed-off-by: Joshua I. James <joshua@cybercrimetech.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto/aead.c')
0 files changed, 0 insertions, 0 deletions