diff options
author | Joshua I. James <joshua@cybercrimetech.com> | 2014-12-05 06:44:54 +0100 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2014-12-22 13:02:36 +0100 |
commit | b516d514020f17c83267f76366691e4cc9b7bddf (patch) | |
tree | 632689796e5956727a6e0255a2381ac293cd7b0c /crypto/algapi.c | |
parent | crypto: af_alg - fixed style error in af_alg.c (diff) | |
download | linux-b516d514020f17c83267f76366691e4cc9b7bddf.tar.xz linux-b516d514020f17c83267f76366691e4cc9b7bddf.zip |
crypto: ahash - fixed style error in ahash.c
Fixed style error identified by checkpatch.
WARNING: Missing a blank line after declarations
+ unsigned int unaligned = alignmask + 1 - (offset & alignmask);
+ if (nbytes > unaligned)
Signed-off-by: Joshua I. James <joshua@cybercrimetech.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto/algapi.c')
0 files changed, 0 insertions, 0 deletions