From: Joshua I. James Date: Fri, 5 Dec 2014 05:44:54 +0000 (+0900) Subject: crypto: ahash - fixed style error in ahash.c X-Git-Tag: fixes-v4.0-rc1~106^2~66 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b516d514020f17c83267f76366691e4cc9b7bddf;p=pandora-kernel.git 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 Signed-off-by: Herbert Xu --- Reading git-diff-tree failed