Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]> Signed-off-by: Herbert Xu <[email protected]>
- Loading branch information