From: Joshua I. James Date: Fri, 5 Dec 2014 06:00:10 +0000 (+0900) Subject: crypto: api - fixed style erro in algapi.c X-Git-Tag: fixes-v4.0-rc1~106^2~65 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0efcb8d5b2f7af86818179810cc080b326a83e19;p=pandora-kernel.git crypto: api - fixed style erro in algapi.c Fixed style error identified by checkpatch. WARNING: Missing a blank line after declarations + int err = crypto_remove_alg(&inst->alg, &users); + BUG_ON(err); Signed-off-by: Joshua I. James Signed-off-by: Herbert Xu --- Reading git-diff-tree failed