ixgbe: correct the parameter description
ccffad25b5
changed parameters for function
ixgbe_update_uc_addr_list_generic but parameter description was not updated.
This patch corrects it.
Signed-off-by: Jiri Pirko <jpirko@redhat.com>
Acked-by: Peter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Родитель
dcb9b5648a
Коммит
a00d2102ce
|
@ -1355,9 +1355,7 @@ static void ixgbe_add_uc_addr(struct ixgbe_hw *hw, u8 *addr, u32 vmdq)
|
|||
/**
|
||||
* ixgbe_update_uc_addr_list_generic - Updates MAC list of secondary addresses
|
||||
* @hw: pointer to hardware structure
|
||||
* @addr_list: the list of new addresses
|
||||
* @addr_count: number of addresses
|
||||
* @next: iterator function to walk the address list
|
||||
* @uc_list: the list of new addresses
|
||||
*
|
||||
* The given list replaces any existing list. Clears the secondary addrs from
|
||||
* receive address registers. Uses unused receive address registers for the
|
||||
|
|
Загрузка…
Ссылка в новой задаче