Re: [PATCH] CRYPTO: async_tx: Fixed a couple of typos

2013-12-19 Thread Mickael Maison
Hi, Are you interested in patches fixing typos ? I've found a bunch more under /crypto but as I haven't received any responses on this one, I'm not sure I should send new patches in. This was my first patch so if I'm doing anything wrong, please tell me ! Mickael On Sat, Nov 9, 2013 at 6:30 PM,

[PATCH] CRYPTO: async_tx: Fixed a couple of typos

2013-11-09 Thread Mickael Maison
Fixed 2 typos in async_xor.c --- crypto/async_tx/async_xor.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crypto/async_tx/async_xor.c b/crypto/async_tx/async_xor.c index 8ade0a0..bcaa1e9 100644 --- a/crypto/async_tx/async_xor.c +++ b/crypto/async_tx/async_xor.c @@ -48