fix -Wcomment in igc
This commit is contained in:
parent
9f8570f3cd
commit
c064eb7446
|
|
@ -5854,8 +5854,6 @@ void ec_poll(struct net_device *netdev)
|
|||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
/* PCIe configuration access */
|
||||
void igc_read_pci_cfg(struct igc_hw *hw, u32 reg, u16 *value)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -6579,8 +6579,6 @@ void ec_poll(struct net_device *netdev)
|
|||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
/* PCIe configuration access */
|
||||
void igc_read_pci_cfg(struct igc_hw *hw, u32 reg, u16 *value)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -6699,8 +6699,6 @@ void ec_poll(struct net_device *netdev)
|
|||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
/* PCIe configuration access */
|
||||
void igc_read_pci_cfg(struct igc_hw *hw, u32 reg, u16 *value)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue