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,
                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,
                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,
                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)