Re: [PATCH] crypto: blowfish: Fixed a multi line macro issue

2011-04-08 Thread David Miller
From: Aditya Shevade Date: Fri, 8 Apr 2011 10:46:57 -0700 > Oh, I see the problem. I forgot a semicolon in the commit file. Making > the change. I think it's even more important that you are submitting patches you aren't even build testing. -- To unsubscribe from this list: send the line "unsubs

Re: [PATCH] crypto: blowfish: Fixed a multi line macro issue

2011-04-08 Thread Aditya Shevade
On Fri, Apr 8, 2011 at 5:45 AM, Herbert Xu wrote: > > On Wed, Apr 06, 2011 at 11:49:20PM -0700, Aditya Shevade wrote: > > Fixed a multi line macro with do-while loop. > > Fixed some other minor tab related issues. > > > > Signed-off-by: Aditya Shevade > > Your patch doesn't even build! > -- > Ema

Re: [PATCH] crypto: blowfish: Fixed a multi line macro issue

2011-04-08 Thread Herbert Xu
On Wed, Apr 06, 2011 at 11:49:20PM -0700, Aditya Shevade wrote: > Fixed a multi line macro with do-while loop. > Fixed some other minor tab related issues. > > Signed-off-by: Aditya Shevade Your patch doesn't even build! -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP

[PATCH] crypto: blowfish: Fixed a multi line macro issue

2011-04-06 Thread Aditya Shevade
Fixed a multi line macro with do-while loop. Fixed some other minor tab related issues. Signed-off-by: Aditya Shevade --- crypto/blowfish.c | 14 +- 1 files changed, 9 insertions(+), 5 deletions(-) diff --git a/crypto/blowfish.c b/crypto/blowfish.c index a67d52e..5d9bc2e 100644 --