Joshua,
On Fri, Dec 05, 2014 at 02:24:44PM +0900, Joshua I. James wrote:
> From: "Joshua I. James"
>
> Fixed style error identified by checkpatch.
>
> ERROR: do not use assignment in if condition
> + if ((err = crypto_register_instance(tmpl, inst))) {
Short comment needed here like I men
From: "Joshua I. James"
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
---
crypto/aead.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/c