diff options
author | Guo-Fu Tseng <cooldavid@cooldavid.org> | 2008-10-10 00:10:36 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-10-10 00:10:36 -0400 |
commit | bb21c95e2d3325fcb53c591686dbbf4068a165bc (patch) | |
tree | 4bb7bdbe5dbe16920c062522647c327869c26be6 /include/net | |
parent | 13c9821ea49be153ea74e5987cf6955871d7b124 (diff) |
nf_conntrack_ecache.h: Fix missing braces
This patch add missing braces of today's net-next-2.6:
include/net/netfilter/nf_conntrack_ecache.h
Signed-off-by: Guo-Fu Tseng <cooldavid@cooldavid.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net')
-rw-r--r-- | include/net/netfilter/nf_conntrack_ecache.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/netfilter/nf_conntrack_ecache.h b/include/net/netfilter/nf_conntrack_ecache.h index 35f814c1e2ca..11480e633a9f 100644 --- a/include/net/netfilter/nf_conntrack_ecache.h +++ b/include/net/netfilter/nf_conntrack_ecache.h | |||
@@ -74,6 +74,7 @@ static inline void nf_ct_event_cache_flush(struct net *net) {} | |||
74 | static inline int nf_conntrack_ecache_init(struct net *net) | 74 | static inline int nf_conntrack_ecache_init(struct net *net) |
75 | { | 75 | { |
76 | return 0; | 76 | return 0; |
77 | } | ||
77 | 78 | ||
78 | static inline void nf_conntrack_ecache_fini(struct net *net) | 79 | static inline void nf_conntrack_ecache_fini(struct net *net) |
79 | { | 80 | { |