x86/PCI: Fix log message typo
authorBjorn Helgaas <bhelgaas@google.com>
Thu, 8 Dec 2022 19:03:41 +0000 (13:03 -0600)
committerBjorn Helgaas <bhelgaas@google.com>
Sat, 10 Dec 2022 16:33:18 +0000 (10:33 -0600)
Add missing word in the log message:

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

Suggested-by: Andy Shevchenko <andriy.shevchenko@intel.com>
Link: https://lore.kernel.org/r/20221208190341.1560157-5-helgaas@kernel.org
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Acked-by: Hans de Goede <hdegoede@redhat.com>
arch/x86/pci/acpi.c

index 2f82480..83dfea9 100644 (file)
@@ -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@vger.kernel.org so future kernels can this automatically\n");
+               printk(KERN_INFO "PCI: Please notify linux-pci@vger.kernel.org so future kernels can do this automatically\n");
 }
 
 #ifdef CONFIG_PCI_MMCONFIG