Fix occurrences of "the the "
Signed-off-by: Michael Opdenacker <michael@free-electrons.com> Signed-off-by: Adrian Bunk <bunk@stusta.de>
This commit is contained in:
committed by
Adrian Bunk
parent
02a3e59a08
commit
59c51591a0
@@ -14,7 +14,7 @@
|
||||
#include <linux/pci.h>
|
||||
|
||||
/*
|
||||
* Set the the BCM1250, etc. PCI host bridge's TRDY timeout
|
||||
* Set the BCM1250, etc. PCI host bridge's TRDY timeout
|
||||
* to the finite max.
|
||||
*/
|
||||
static void __init quirk_sb1250_pci(struct pci_dev *dev)
|
||||
@@ -35,7 +35,7 @@ DECLARE_PCI_FIXUP_EARLY(PCI_VENDOR_ID_SIBYTE, PCI_DEVICE_ID_BCM1250_HT,
|
||||
quirk_sb1250_ht);
|
||||
|
||||
/*
|
||||
* Set the the SP1011 HT/PCI bridge's TRDY timeout to the finite max.
|
||||
* Set the SP1011 HT/PCI bridge's TRDY timeout to the finite max.
|
||||
*/
|
||||
static void __init quirk_sp1011(struct pci_dev *dev)
|
||||
{
|
||||
|
Reference in New Issue
Block a user