aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice/ice_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/ethernet/intel/ice/ice_main.c')
-rw-r--r--drivers/net/ethernet/intel/ice/ice_main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/ethernet/intel/ice/ice_main.c b/drivers/net/ethernet/intel/ice/ice_main.c
index e45e57499d91..f9f0d470412b 100644
--- a/drivers/net/ethernet/intel/ice/ice_main.c
+++ b/drivers/net/ethernet/intel/ice/ice_main.c
@@ -3624,6 +3624,7 @@ static int ice_vsi_update_bridge_mode(struct ice_vsi *vsi, u16 bmode)
3624 * @dev: the netdev being configured 3624 * @dev: the netdev being configured
3625 * @nlh: RTNL message 3625 * @nlh: RTNL message
3626 * @flags: bridge setlink flags 3626 * @flags: bridge setlink flags
3627 * @extack: netlink extended ack
3627 * 3628 *
3628 * Sets the bridge mode (VEB/VEPA) of the switch to which the netdev (VSI) is 3629 * Sets the bridge mode (VEB/VEPA) of the switch to which the netdev (VSI) is
3629 * hooked up to. Iterates through the PF VSI list and sets the loopback mode (if 3630 * hooked up to. Iterates through the PF VSI list and sets the loopback mode (if
@@ -3632,7 +3633,7 @@ static int ice_vsi_update_bridge_mode(struct ice_vsi *vsi, u16 bmode)
3632 */ 3633 */
3633static int 3634static int
3634ice_bridge_setlink(struct net_device *dev, struct nlmsghdr *nlh, 3635ice_bridge_setlink(struct net_device *dev, struct nlmsghdr *nlh,
3635 u16 __always_unused flags) 3636 u16 __always_unused flags, struct netlink_ext_ack *extack)
3636{ 3637{
3637 struct ice_netdev_priv *np = netdev_priv(dev); 3638 struct ice_netdev_priv *np = netdev_priv(dev);
3638 struct ice_pf *pf = np->vsi->back; 3639 struct ice_pf *pf = np->vsi->back;