2010-02-19 00:26:12

by Richard Hartmann

[permalink] [raw]
Subject: [PATCH 07/19] crypto: seed - Fix checkpatch errors


Signed-off-by: Richard Hartmann <[email protected]>
---
crypto/seed.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/crypto/seed.c b/crypto/seed.c
index d3e422f..3c0afae 100644
--- a/crypto/seed.c
+++ b/crypto/seed.c
@@ -329,7 +329,7 @@ static const u32 KC[SEED_NUM_KCONSTANTS] = {
X2 ^= t1;

static int seed_set_key(struct crypto_tfm *tfm, const u8 *in_key,
- unsigned int key_len)
+ unsigned int key_len)
{
struct seed_ctx *ctx = crypto_tfm_ctx(tfm);
u32 *keyout = ctx->keysched;
--
1.6.6.1