* [PATCH 10/19] crypto: sha1_generic - Fix checkpatch errors
@ 2010-02-19 0:22 Richard Hartmann
0 siblings, 0 replies; only message in thread
From: Richard Hartmann @ 2010-02-19 0:22 UTC (permalink / raw)
To: linux-crypto; +Cc: Richard Hartmann, Herbert Xu, David S. Miller, linux-kernel
Signed-off-by: Richard Hartmann <richih.mailinglist@gmail.com>
---
crypto/sha1_generic.c | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/crypto/sha1_generic.c b/crypto/sha1_generic.c
index 0416091..297cb0d 100644
--- a/crypto/sha1_generic.c
+++ b/crypto/sha1_generic.c
@@ -127,11 +127,11 @@ static struct shash_alg alg = {
.descsize = sizeof(struct sha1_state),
.statesize = sizeof(struct sha1_state),
.base = {
- .cra_name = "sha1",
- .cra_driver_name= "sha1-generic",
- .cra_flags = CRYPTO_ALG_TYPE_SHASH,
- .cra_blocksize = SHA1_BLOCK_SIZE,
- .cra_module = THIS_MODULE,
+ .cra_name = "sha1",
+ .cra_driver_name = "sha1-generic",
+ .cra_flags = CRYPTO_ALG_TYPE_SHASH,
+ .cra_blocksize = SHA1_BLOCK_SIZE,
+ .cra_module = THIS_MODULE,
}
};
--
1.6.6.1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2010-02-19 0:22 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-19 0:22 [PATCH 10/19] crypto: sha1_generic - Fix checkpatch errors Richard Hartmann
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).