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.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/drivers/net/ethernet/intel/ice/ice_main.c b/drivers/net/ethernet/intel/ice/ice_main.c
index 48f033928aa2..9d266d754445 100644
--- a/drivers/net/ethernet/intel/ice/ice_main.c
+++ b/drivers/net/ethernet/intel/ice/ice_main.c
@@ -2435,11 +2435,12 @@ static void ice_set_rx_mode(struct net_device *netdev)
2435 * @addr: the MAC address entry being added 2435 * @addr: the MAC address entry being added
2436 * @vid: VLAN id 2436 * @vid: VLAN id
2437 * @flags: instructions from stack about fdb operation 2437 * @flags: instructions from stack about fdb operation
2438 * @extack: netlink extended ack
2438 */ 2439 */
2439static int ice_fdb_add(struct ndmsg *ndm, struct nlattr __always_unused *tb[], 2440static int
2440 struct net_device *dev, const unsigned char *addr, 2441ice_fdb_add(struct ndmsg *ndm, struct nlattr __always_unused *tb[],
2441 u16 vid, u16 flags, 2442 struct net_device *dev, const unsigned char *addr, u16 vid,
2442 struct netlink_ext_ack *extack) 2443 u16 flags, struct netlink_ext_ack __always_unused *extack)
2443{ 2444{
2444 int err; 2445 int err;
2445 2446