[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1412505341-20273-1-git-send-email-mike.linux@btinternet.com>
Date: Sun, 5 Oct 2014 11:35:41 +0100
From: Mike Roocroft <mike.linux@...nternet.com>
To: herbert@...dor.apana.org.au
Cc: davem@...emloft.net, linux-crypto@...r.kernel.org,
linux-kernel@...r.kernel.org,
Mike Roocroft <mike.linux@...nternet.com>
Subject: [PATCH] Crypto: gf128mul : fixed a parentheses coding style issue
Fixed a coding style issue.
Signed-off-by: Mike Roocroft <mike.linux@...nternet.com>
---
crypto/gf128mul.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/crypto/gf128mul.c b/crypto/gf128mul.c
index 5276607..b143d84 100644
--- a/crypto/gf128mul.c
+++ b/crypto/gf128mul.c
@@ -97,7 +97,7 @@
the table above
*/
-#define xx(p, q) 0x##p##q
+#define xx(p, q) (0x##p##q)
#define xda_bbe(i) ( \
(i & 0x80 ? xx(43, 80) : 0) ^ (i & 0x40 ? xx(21, c0) : 0) ^ \
--
2.1.0
--
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