RE: [PATCH] net-next: treewide use is_vlan_dev() helper function.

2017-02-04 Thread Parav Pandit
Hi Joe, > -Original Message- > From: Joe Perches [mailto:j...@perches.com] > On Fri, 2017-02-03 at 22:26 -0600, Parav Pandit wrote: > > This patch makes use of is_vlan_dev() function instead of flag > > comparison which is exactly done by is_vlan_dev() helper function. > > Thanks. > > bt

Re: [PATCH] net-next: treewide use is_vlan_dev() helper function.

2017-02-03 Thread Joe Perches
On Fri, 2017-02-03 at 22:26 -0600, Parav Pandit wrote: > This patch makes use of is_vlan_dev() function instead of flag > comparison which is exactly done by is_vlan_dev() helper function. Thanks. btw: after applying this patch, there is one left $ git grep -E -n "&\s*IFF_802_1Q_VLAN\b" -- "*.c