ixgbe: TRIVIAL fix up double 'the' and comment style
authorJacob Keller <[email protected]>
Wed, 10 Jun 2015 18:44:45 +0000 (11:44 -0700)
committerJeff Kirsher <[email protected]>
Tue, 18 Aug 2015 21:06:07 +0000 (14:06 -0700)
Signed-off-by: Jacob Keller <[email protected]>
Tested-by: Phil Schmitt <[email protected]>
Signed-off-by: Jeff Kirsher <[email protected]>
drivers/net/ethernet/intel/ixgbe/ixgbe_main.c

index 3e6a9319c7185b52a4571cbbab61aa9dd54c422c..7906234c51642d60b4d79cfa4dfc48ade9ae353c 100644 (file)
@@ -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