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

2014-12-05 Thread Jason Cooper
On Fri, Dec 05, 2014 at 02:38:40PM +0900, Joshua I. James wrote: > From: "Joshua I. James" > > Fixed style error identified by checkpatch. > > ERROR: space required before the open parenthesis '(' > + switch(cmsg->cmsg_type) { > > Signed-off-by: Joshua I. James > --- > crypto/af

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

2014-12-04 Thread Joshua I. James
From: "Joshua I. James" Fixed style error identified by checkpatch. ERROR: space required before the open parenthesis '(' + switch(cmsg->cmsg_type) { Signed-off-by: Joshua I. James --- crypto/af_alg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/af_