* [PATCH 1/1] CRYPTO: Fix checkpatch errors & warnings in aes_generic
@ 2010-02-10 1:48 Richard Hartmann
0 siblings, 0 replies; 2+ messages in thread
From: Richard Hartmann @ 2010-02-10 1:48 UTC (permalink / raw)
To: linux-crypto
Cc: Richard Hartmann, Herbert Xu, David S. Miller, Phil Carmody,
linux-kernel
Signed-off-by: Richard Hartmann <richih.mailinglist@gmail.com>
---
crypto/aes_generic.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/crypto/aes_generic.c b/crypto/aes_generic.c
index e78b7ee..a68c73d 100644
--- a/crypto/aes_generic.c
+++ b/crypto/aes_generic.c
@@ -1,4 +1,4 @@
-/*
+/*
* Cryptographic API.
*
* AES Cipher Algorithm.
@@ -1127,7 +1127,7 @@ EXPORT_SYMBOL_GPL(crypto_il_tab);
#define star_x(x) (((x) & 0x7f7f7f7f) << 1) ^ ((((x) & 0x80808080) >> 7) * 0x1b)
-#define imix_col(y,x) do { \
+#define imix_col(y, x) do { \
u = star_x(x); \
v = star_x(u); \
w = star_x(v); \
--
1.6.6.1
^ permalink raw reply related [flat|nested] 2+ messages in thread* [PATCH 1/1] CRYPTO: Fix checkpatch errors & warnings in aes_generic
@ 2010-02-19 0:21 Richard Hartmann
0 siblings, 0 replies; 2+ messages in thread
From: Richard Hartmann @ 2010-02-19 0:21 UTC (permalink / raw)
To: linux-crypto
Cc: Richard Hartmann, Herbert Xu, David S. Miller, Phil Carmody,
linux-kernel
Signed-off-by: Richard Hartmann <richih.mailinglist@gmail.com>
---
crypto/aes_generic.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/crypto/aes_generic.c b/crypto/aes_generic.c
index e78b7ee..a68c73d 100644
--- a/crypto/aes_generic.c
+++ b/crypto/aes_generic.c
@@ -1,4 +1,4 @@
-/*
+/*
* Cryptographic API.
*
* AES Cipher Algorithm.
@@ -1127,7 +1127,7 @@ EXPORT_SYMBOL_GPL(crypto_il_tab);
#define star_x(x) (((x) & 0x7f7f7f7f) << 1) ^ ((((x) & 0x80808080) >> 7) * 0x1b)
-#define imix_col(y,x) do { \
+#define imix_col(y, x) do { \
u = star_x(x); \
v = star_x(u); \
w = star_x(v); \
--
1.6.6.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-02-19 0:21 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-10 1:48 [PATCH 1/1] CRYPTO: Fix checkpatch errors & warnings in aes_generic Richard Hartmann
-- strict thread matches above, loose matches on Subject: below --
2010-02-19 0:21 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).