Re: IXP4xx: Fix whitespace problems in ixp4xx_crypto.

2010-01-12 Thread Krzysztof Halasa
Christian Hohnstaedt writes: >> static struct npe *npe_c; >> -static struct dma_pool *buffer_pool = NULL; >> -static struct dma_pool *ctx_pool = NULL; >> +static struct dma_pool *buffer_pool; >> +static struct dma_pool *ctx_pool; >> >> -static struct crypt_ctl *crypt_virt = NULL; >> +static st

Re: IXP4xx: Fix whitespace problems in ixp4xx_crypto.

2010-01-12 Thread Christian Hohnstaedt
On Sun, Jan 10, 2010 at 06:33:37PM +0100, Krzysztof Halasa wrote: > Signed-off-by: Krzysztof Hałasa > > diff --git a/drivers/crypto/ixp4xx_crypto.c b/drivers/crypto/ixp4xx_crypto.c > index 0c7e4f5..f8f6515 100644 > --- a/drivers/crypto/ixp4xx_crypto.c > +++ b/drivers/crypto/ixp4xx_crypto.c > @@ -

IXP4xx: Fix whitespace problems in ixp4xx_crypto.

2010-01-10 Thread Krzysztof Halasa
Signed-off-by: Krzysztof Hałasa diff --git a/drivers/crypto/ixp4xx_crypto.c b/drivers/crypto/ixp4xx_crypto.c index 0c7e4f5..f8f6515 100644 --- a/drivers/crypto/ixp4xx_crypto.c +++ b/drivers/crypto/ixp4xx_crypto.c @@ -64,7 +64,7 @@ #define MOD_DES 0x #define MOD_TDEA2 0x0100 -#define