diff options
Diffstat (limited to 'drivers/net/ethernet/intel/i40e/i40e_main.c')
-rw-r--r-- | drivers/net/ethernet/intel/i40e/i40e_main.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/net/ethernet/intel/i40e/i40e_main.c b/drivers/net/ethernet/intel/i40e/i40e_main.c index 6d5b13f69dec..fbb21ac06c98 100644 --- a/drivers/net/ethernet/intel/i40e/i40e_main.c +++ b/drivers/net/ethernet/intel/i40e/i40e_main.c | |||
@@ -11685,6 +11685,7 @@ static int i40e_ndo_fdb_add(struct ndmsg *ndm, struct nlattr *tb[], | |||
11685 | * @dev: the netdev being configured | 11685 | * @dev: the netdev being configured |
11686 | * @nlh: RTNL message | 11686 | * @nlh: RTNL message |
11687 | * @flags: bridge flags | 11687 | * @flags: bridge flags |
11688 | * @extack: netlink extended ack | ||
11688 | * | 11689 | * |
11689 | * Inserts a new hardware bridge if not already created and | 11690 | * Inserts a new hardware bridge if not already created and |
11690 | * enables the bridging mode requested (VEB or VEPA). If the | 11691 | * enables the bridging mode requested (VEB or VEPA). If the |
@@ -11697,7 +11698,8 @@ static int i40e_ndo_fdb_add(struct ndmsg *ndm, struct nlattr *tb[], | |||
11697 | **/ | 11698 | **/ |
11698 | static int i40e_ndo_bridge_setlink(struct net_device *dev, | 11699 | static int i40e_ndo_bridge_setlink(struct net_device *dev, |
11699 | struct nlmsghdr *nlh, | 11700 | struct nlmsghdr *nlh, |
11700 | u16 flags) | 11701 | u16 flags, |
11702 | struct netlink_ext_ack *extack) | ||
11701 | { | 11703 | { |
11702 | struct i40e_netdev_priv *np = netdev_priv(dev); | 11704 | struct i40e_netdev_priv *np = netdev_priv(dev); |
11703 | struct i40e_vsi *vsi = np->vsi; | 11705 | struct i40e_vsi *vsi = np->vsi; |