i40e: Add missing parameter comment to ndo_bridge_setlink
Add nlflags to the function comment for ndo_bridge_setlink. Change-ID: I34c704f307f2a3f7bac3ca4b44e2a094d3d082d6 Signed-off-by: Jesse Brandeburg <jesse.brandeburg@intel.com> Tested-by: Andrew Bowers <andrewx.bowers@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
This commit is contained in:
parent
8bf7a7b879
commit
d4b2f9fe60
|
@ -8330,6 +8330,7 @@ static int i40e_ndo_bridge_setlink(struct net_device *dev,
|
|||
* @seq: RTNL message seq #
|
||||
* @dev: the netdev being configured
|
||||
* @filter_mask: unused
|
||||
* @nlflags: netlink flags passed in
|
||||
*
|
||||
* Return the mode in which the hardware bridge is operating in
|
||||
* i.e VEB or VEPA.
|
||||
|
|
Loading…
Reference in New Issue