Skip to content

Commit 9dc441f

Browse files
author
Jeff Kirsher
committed
igb: fix sparse warning
Reported-by: Stephen Hemminger <[email protected]> Tested-by: Aaron Brown <[email protected]> Signed-off-by: Jeff Kirsher <[email protected]>
1 parent 2db1bad commit 9dc441f

File tree

1 file changed

+1
-1
lines changed
  • drivers/net/igbvf

1 file changed

+1
-1
lines changed

drivers/net/igbvf/vf.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ static u32 e1000_hash_mc_addr_vf(struct e1000_hw *hw, u8 *mc_addr)
220220
* The parameter rar_count will usually be hw->mac.rar_entry_count
221221
* unless there are workarounds that change this.
222222
**/
223-
void e1000_update_mc_addr_list_vf(struct e1000_hw *hw,
223+
static void e1000_update_mc_addr_list_vf(struct e1000_hw *hw,
224224
u8 *mc_addr_list, u32 mc_addr_count,
225225
u32 rar_used_count, u32 rar_count)
226226
{

0 commit comments

Comments
 (0)