[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1266538988-3575-1-git-send-email-richih.mailinglist@gmail.com>
Date: Fri, 19 Feb 2010 01:23:07 +0100
From: Richard Hartmann <richih.mailinglist@...il.com>
To: linux-crypto@...r.kernel.org
Cc: Richard Hartmann <richih.mailinglist@...il.com>,
Herbert Xu <herbert@...dor.apana.org.au>,
"David S. Miller" <davem@...emloft.net>,
Jarod Wilson <jarod@...hat.com>,
Geert Uytterhoeven <Geert.Uytterhoeven@...ycom.com>,
Neil Horman <nhorman@...driver.com>,
linux-kernel@...r.kernel.org
Subject: [PATCH 15/19] crypto: testmgr - Fix checkpatch errors
Signed-off-by: Richard Hartmann <richih.mailinglist@...il.com>
---
crypto/testmgr.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/crypto/testmgr.c b/crypto/testmgr.c
index 7620bfc..520127a 100644
--- a/crypto/testmgr.c
+++ b/crypto/testmgr.c
@@ -657,7 +657,7 @@ static int test_cipher(struct crypto_cipher *tfm, int enc,
goto out_nobuf;
if (enc == ENCRYPT)
- e = "encryption";
+ e = "encryption";
else
e = "decryption";
@@ -737,7 +737,7 @@ static int test_skcipher(struct crypto_ablkcipher *tfm, int enc,
goto out_nobuf;
if (enc == ENCRYPT)
- e = "encryption";
+ e = "encryption";
else
e = "decryption";
@@ -952,7 +952,7 @@ static int test_comp(struct crypto_comp *tfm, struct comp_testvec *ctemplate,
int ilen;
unsigned int dlen = COMP_BUF_SIZE;
- memset(result, 0, sizeof (result));
+ memset(result, 0, sizeof(result));
ilen = ctemplate[i].inlen;
ret = crypto_comp_compress(tfm, ctemplate[i].input,
@@ -985,7 +985,7 @@ static int test_comp(struct crypto_comp *tfm, struct comp_testvec *ctemplate,
int ilen;
unsigned int dlen = COMP_BUF_SIZE;
- memset(result, 0, sizeof (result));
+ memset(result, 0, sizeof(result));
ilen = dtemplate[i].inlen;
ret = crypto_comp_decompress(tfm, dtemplate[i].input,
--
1.6.6.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists