Re: [PATCH] staging: crypto: fixed style error in aead.c

2014-12-05 Thread Jason Cooper
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

[PATCH] staging: crypto: fixed style error in aead.c

2014-12-04 Thread Joshua I. James
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