From: Joshua I. James Date: Fri, 5 Dec 2014 05:24:44 +0000 (+0900) Subject: crypto: aead - fixed style error in aead.c X-Git-Tag: fixes-v4.0-rc1~106^2~68 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4fad478ae0ff7bd27c853a085555317c0dc68704;p=pandora-kernel.git crypto: aead - fixed style error in aead.c Fixed style error identified by checkpatch. ERROR: do not use assignment in if condition + if ((err = crypto_register_instance(tmpl, inst))) { Signed-off-by: Joshua I. James Signed-off-by: Herbert Xu --- Reading git-diff-tree failed