Re: [PATCH] CRYPTO: Blowfish: Converted spaces to tabs incrypto/blowfish.c

From: Herbert Xu
Date: Sun Mar 07 2010 - 10:20:23 EST


On Sun, Mar 07, 2010 at 06:01:06PM +1030, Stewart Malik wrote:
>
> @@ -452,17 +456,17 @@ static int bf_setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int keylen)
> static struct crypto_alg alg = {
> .cra_name = "blowfish",
> .cra_flags = CRYPTO_ALG_TYPE_CIPHER,
> - .cra_blocksize = BF_BLOCK_SIZE,
> - .cra_ctxsize = sizeof(struct bf_ctx),
> - .cra_alignmask = 3,
> + .cra_blocksize = BF_BLOCK_SIZE,
> + .cra_ctxsize = sizeof(struct bf_ctx),
> + .cra_alignmask = 3,

What's this bit for?
--
Visit Openswan at http://www.openswan.org/
Email: Herbert Xu ~{PmV>HI~} <herbert@xxxxxxxxxxxxxxxxxxx>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/