mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-15 23:57:12 +07:00
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>
This commit is contained in:
parent
13c9821ea4
commit
bb21c95e2d
@ -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)
|
static inline int nf_conntrack_ecache_init(struct net *net)
|
||||||
{
|
{
|
||||||
return 0;
|
return 0;
|
||||||
|
}
|
||||||
|
|
||||||
static inline void nf_conntrack_ecache_fini(struct net *net)
|
static inline void nf_conntrack_ecache_fini(struct net *net)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user