Commit 0cd216d7 authored by Vladimir Oltean's avatar Vladimir Oltean Committed by David S. Miller

net: dsa: reindent arguments of dsa_user_vlan_for_each()

These got misaligned after commit 6ca80638 ("net: dsa: Use conduit
and user terms").
Signed-off-by: default avatarVladimir Oltean <vladimir.oltean@nxp.com>
Reviewed-by: default avatarAndrew Lunn <andrew@lunn.ch>
Reviewed-by: default avatarFlorian Fainelli <florian.fainelli@broadcom.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 1c7bbea9
......@@ -210,7 +210,7 @@ static int dsa_user_sync_uc(struct net_device *dev,
return 0;
return dsa_user_vlan_for_each(dev, dsa_user_host_vlan_rx_filtering,
&ctx);
&ctx);
}
static int dsa_user_unsync_uc(struct net_device *dev,
......@@ -230,7 +230,7 @@ static int dsa_user_unsync_uc(struct net_device *dev,
return 0;
return dsa_user_vlan_for_each(dev, dsa_user_host_vlan_rx_filtering,
&ctx);
&ctx);
}
static int dsa_user_sync_mc(struct net_device *dev,
......@@ -250,7 +250,7 @@ static int dsa_user_sync_mc(struct net_device *dev,
return 0;
return dsa_user_vlan_for_each(dev, dsa_user_host_vlan_rx_filtering,
&ctx);
&ctx);
}
static int dsa_user_unsync_mc(struct net_device *dev,
......@@ -270,7 +270,7 @@ static int dsa_user_unsync_mc(struct net_device *dev,
return 0;
return dsa_user_vlan_for_each(dev, dsa_user_host_vlan_rx_filtering,
&ctx);
&ctx);
}
void dsa_user_sync_ha(struct net_device *dev)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment