diff options
author | Ingo Molnar <mingo@kernel.org> | 2016-07-08 11:51:28 +0200 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2016-07-08 11:51:28 +0200 |
commit | 946e0f6ffcaa614012d646f4cf84efdd62628c8b (patch) | |
tree | 37d31fd748f98ec4fb7897997a2745228bf0c2da /arch/tile/kernel/pci_gx.c | |
parent | x86/extable: Ensure entries are swapped completely when sorting (diff) | |
parent | Linux 4.7-rc6 (diff) | |
download | linux-946e0f6ffcaa614012d646f4cf84efdd62628c8b.tar.xz linux-946e0f6ffcaa614012d646f4cf84efdd62628c8b.zip |
Merge tag 'v4.7-rc6' into x86/mm, to merge fixes before applying new changes
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'arch/tile/kernel/pci_gx.c')
-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 @@ #include <arch/sim.h> /* - * This file containes the routines to search for PCI buses, + * This file contains the routines to search for PCI buses, * enumerate the buses, and configure any attached devices. */ @@ -434,7 +434,7 @@ int __init tile_pci_init(void) /* * Now determine which PCIe ports are configured to operate in RC - * mode. There is a differece in the port configuration capability + * mode. There is a difference in the port configuration capability * between the Gx36 and Gx72 devices. * * The Gx36 has configuration capability for each of the 3 PCIe |