tags: Fix DEFINE_PER_CPU expansions
[deliverable/linux.git] / net / ipv6 / syncookies.c
index 2906ef20795e4ce2365011128c5eb9bfbcc9bdca..aae3e5ca63ea9a9a7b7822d3905330562a5d8a3c 100644 (file)
@@ -41,8 +41,7 @@ static __u16 const msstab[] = {
        9000 - 60,
 };
 
-static DEFINE_PER_CPU(__u32 [16 + 5 + SHA_WORKSPACE_WORDS],
-                     ipv6_cookie_scratch);
+static DEFINE_PER_CPU(__u32 [16 + 5 + SHA_WORKSPACE_WORDS], ipv6_cookie_scratch);
 
 static u32 cookie_hash(const struct in6_addr *saddr, const struct in6_addr *daddr,
                       __be16 sport, __be16 dport, u32 count, int c)
This page took 0.02308 seconds and 5 git commands to generate.