ixgbe: TRIVIAL fix up double 'the' and comment style
Signed-off-by: Jacob Keller <jacob.e.keller@intel.com> Tested-by: Phil Schmitt <phillip.j.schmitt@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
This commit is contained in:
parent
d147329b0a
commit
56d1392f2f
|
@ -248,8 +248,7 @@ static void ixgbe_check_minimum_link(struct ixgbe_adapter *adapter,
|
|||
enum pcie_link_width width = PCIE_LNK_WIDTH_UNKNOWN;
|
||||
struct pci_dev *pdev;
|
||||
|
||||
/* determine whether to use the the parent device
|
||||
*/
|
||||
/* determine whether to use the parent device */
|
||||
if (ixgbe_pcie_from_parent(&adapter->hw))
|
||||
pdev = adapter->pdev->bus->parent->self;
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue