diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2016-05-21 08:10:49 -0400 |
---|---|---|
committer | Chris Metcalf <cmetcalf@mellanox.com> | 2016-05-23 12:17:22 -0400 |
commit | 94ceaf381d09e9f1f5ba4b621ea0f0c11c77a6fc (patch) | |
tree | 4651c71c1f590f9e246f21fac0ce30d7bab37d79 | |
parent | a87e2cdc21332592fc1c62041cfcb85111f6df5e (diff) |
Fix typo
Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Signed-off-by: Chris Metcalf <cmetcalf@mellanox.com>
-rw-r--r-- | arch/tile/kernel/pci_gx.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/tile/kernel/pci_gx.c b/arch/tile/kernel/pci_gx.c index aa2b44cd8fd3..0e7a5d09e023 100644 --- a/arch/tile/kernel/pci_gx.c +++ b/arch/tile/kernel/pci_gx.c | |||
@@ -40,7 +40,7 @@ | |||
40 | #include <arch/sim.h> | 40 | #include <arch/sim.h> |
41 | 41 | ||
42 | /* | 42 | /* |
43 | * This file containes the routines to search for PCI buses, | 43 | * This file contains the routines to search for PCI buses, |
44 | * enumerate the buses, and configure any attached devices. | 44 | * enumerate the buses, and configure any attached devices. |
45 | */ | 45 | */ |
46 | 46 | ||
@@ -434,7 +434,7 @@ int __init tile_pci_init(void) | |||
434 | 434 | ||
435 | /* | 435 | /* |
436 | * Now determine which PCIe ports are configured to operate in RC | 436 | * Now determine which PCIe ports are configured to operate in RC |
437 | * mode. There is a differece in the port configuration capability | 437 | * mode. There is a difference in the port configuration capability |
438 | * between the Gx36 and Gx72 devices. | 438 | * between the Gx36 and Gx72 devices. |
439 | * | 439 | * |
440 | * The Gx36 has configuration capability for each of the 3 PCIe | 440 | * The Gx36 has configuration capability for each of the 3 PCIe |