[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <878t2up4er.fsf@miraculix.mork.no>
Date: Fri, 19 Oct 2018 13:22:20 +0200
From: Bjørn Mork <bjorn@...k.no>
To: Ivan Khoronzhuk <ivan.khoronzhuk@...aro.org>
Cc: grygorii.strashko@...com, davem@...emloft.net,
linux-omap@...r.kernel.org, netdev@...r.kernel.org,
linux-kernel@...r.kernel.org, alexander.h.duyck@...el.com
Subject: Re: [RFC PATCH net-next 2/4] net: 8021q: vlan_core: allow use list of vlans for real device
Ivan Khoronzhuk <ivan.khoronzhuk@...aro.org> writes:
> @@ -236,6 +239,13 @@ __vlan_find_dev_deep_rcu(struct net_device *real_dev,
> return NULL;
> }
>
> +static inline int
> +vlan_for_each(struct net_device *dev,
> + int (*action)(struct net_device *dev, int vid, void *arg),
> + void *arg)
> +{
> +}
> +
This stub should return 0, shouldn't it?
Bjørn
Powered by blists - more mailing lists