Skip to content

Commit

Permalink
nf_conntrack_ecache.h: Fix missing braces
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Guo-Fu Tseng authored and David S. Miller committed Oct 10, 2008
1 parent 13c9821 commit bb21c95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/net/netfilter/nf_conntrack_ecache.h
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ static inline void nf_ct_event_cache_flush(struct net *net) {}
static inline int nf_conntrack_ecache_init(struct net *net)
{
return 0;
}

static inline void nf_conntrack_ecache_fini(struct net *net)
{
Expand Down

0 comments on commit bb21c95

Please sign in to comment.