Re: [PATCH 2/3] crypto: testmgr.c: white space removal on __test_skcipher

2014-08-10 Thread Cristian Stoica
Hi Horia, On 10.08.2014 11:57, Horia Geantă wrote: > On 8/8/2014 2:27 PM, Cristian Stoica wrote: > Don't add more checkpatch warnings on top of existing ones. I've weighted all the checkpatch warnings and errors introduced by these patches and I've found them fair versus Linux coding style guide.

Re: [PATCH 2/3] crypto: testmgr.c: white space removal on __test_skcipher

2014-08-10 Thread Horia Geantă
On 8/8/2014 2:27 PM, Cristian Stoica wrote: > This patch inverts two if conditions to remove code blocks > indentation. Several white space clean-ups follow. > > Signed-off-by: Cristian Stoica > --- > crypto/testmgr.c | 283 > ++- > 1 file cha

[PATCH 2/3] crypto: testmgr.c: white space removal on __test_skcipher

2014-08-08 Thread Cristian Stoica
This patch inverts two if conditions to remove code blocks indentation. Several white space clean-ups follow. Signed-off-by: Cristian Stoica --- crypto/testmgr.c | 283 ++- 1 file changed, 136 insertions(+), 147 deletions(-) diff --git a/crypt