Fixed a coding style issue. Signed-off-by: Mike Roocroft <mike.linux@xxxxxxxxxxxxxx> --- 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-crypto" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html