]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
ixgbe: TRIVIAL fix up double 'the' and comment style
authorJacob Keller <jacob.e.keller@intel.com>
Wed, 10 Jun 2015 18:44:45 +0000 (11:44 -0700)
committerSantosh Shilimkar <santosh.shilimkar@oracle.com>
Thu, 27 Aug 2015 15:00:26 +0000 (08:00 -0700)
Orabug: 21669416

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>
(cherry picked from commit 56d1392f2f8b5f5450e3e5f32733c8e44fe95199)
Signed-off-by: Brian Maly <brian.maly@oracle.com>
Signed-off-by: Santosh Shilimkar <santosh.shilimkar@oracle.com>
drivers/net/ethernet/intel/ixgbe/ixgbe_main.c

index d4d83c3c8e8be4f7ce752d8b8fe598d4c9f88772..236716667730c053a66ea7427052217bcf6b6ad9 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