Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8ffb335e authored by Eric Dumazet's avatar Eric Dumazet Committed by David S. Miller
Browse files

ip6mr: fix a typo in ip6mr_for_each_table()

parent 72e09ad1
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -120,7 +120,7 @@ static void mroute_clean_tables(struct mr6_table *mrt);
static void ipmr_expire_process(unsigned long arg);
static void ipmr_expire_process(unsigned long arg);


#ifdef CONFIG_IPV6_MROUTE_MULTIPLE_TABLES
#ifdef CONFIG_IPV6_MROUTE_MULTIPLE_TABLES
#define ip6mr_for_each_table(mrt, met) \
#define ip6mr_for_each_table(mrt, net) \
	list_for_each_entry_rcu(mrt, &net->ipv6.mr6_tables, list)
	list_for_each_entry_rcu(mrt, &net->ipv6.mr6_tables, list)


static struct mr6_table *ip6mr_get_table(struct net *net, u32 id)
static struct mr6_table *ip6mr_get_table(struct net *net, u32 id)