From: Jacob Keller Date: Wed, 10 Jun 2015 18:44:45 +0000 (-0700) Subject: ixgbe: TRIVIAL fix up double 'the' and comment style X-Git-Tag: v4.1.12-92~290^2~30 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=788df14ddaea1bf0a0a159c3e08fb86c68af8f4b;p=users%2Fjedix%2Flinux-maple.git ixgbe: TRIVIAL fix up double 'the' and comment style Orabug: 21669416 Signed-off-by: Jacob Keller Tested-by: Phil Schmitt Signed-off-by: Jeff Kirsher (cherry picked from commit 56d1392f2f8b5f5450e3e5f32733c8e44fe95199) Signed-off-by: Brian Maly Signed-off-by: Santosh Shilimkar --- diff --git a/drivers/net/ethernet/intel/ixgbe/ixgbe_main.c b/drivers/net/ethernet/intel/ixgbe/ixgbe_main.c index d4d83c3c8e8be..236716667730c 100644 --- a/drivers/net/ethernet/intel/ixgbe/ixgbe_main.c +++ b/drivers/net/ethernet/intel/ixgbe/ixgbe_main.c @@ -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