[PATCH v2 4/4] x86/PCI: Fix log message typo

From: Bjorn Helgaas
Date: Thu Dec 08 2022 - 14:04:14 EST


From: Bjorn Helgaas <bhelgaas@xxxxxxxxxx>

Add missing word in the log message:

- ... so future kernels can this automatically
+ ... so future kernels can do this automatically

Signed-off-by: Bjorn Helgaas <bhelgaas@xxxxxxxxxx>
Cc: Hans de Goede <hdegoede@xxxxxxxxxx>
---
arch/x86/pci/acpi.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/x86/pci/acpi.c b/arch/x86/pci/acpi.c
index 2f82480fd430..83dfea9e9894 100644
--- a/arch/x86/pci/acpi.c
+++ b/arch/x86/pci/acpi.c
@@ -245,7 +245,7 @@ void __init pci_acpi_crs_quirks(void)
printk(KERN_INFO "PCI: %s E820 reservations for host bridge windows\n",
pci_use_e820 ? "Using" : "Ignoring");
if (pci_probe & (PCI_NO_E820 | PCI_USE_E820))
- printk(KERN_INFO "PCI: Please notify linux-pci@xxxxxxxxxxxxxxx so future kernels can this automatically\n");
+ printk(KERN_INFO "PCI: Please notify linux-pci@xxxxxxxxxxxxxxx so future kernels can do this automatically\n");
}

#ifdef CONFIG_PCI_MMCONFIG
--
2.25.1