aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjorn Helgaas <[email protected]>2022-12-08 13:03:41 -0600
committerBjorn Helgaas <[email protected]>2022-12-10 10:33:18 -0600
commit2bfa89fab5ff06703c034c4702e6ea4418194ffe (patch)
tree2e0aacea310d4b837ac6752299963b1820b8b760
parent00904bf64c2819d90a76407d79bdbc8918541320 (diff)
x86/PCI: Fix log message typo
Add missing word in the log message: - ... so future kernels can this automatically + ... so future kernels can do this automatically Suggested-by: Andy Shevchenko <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Helgaas <[email protected]> Reviewed-by: Andy Shevchenko <[email protected]> Acked-by: Hans de Goede <[email protected]>
-rw-r--r--arch/x86/pci/acpi.c2
1 files changed, 1 insertions, 1 deletions
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 [email protected] so future kernels can this automatically\n");
+ printk(KERN_INFO "PCI: Please notify [email protected] so future kernels can do this automatically\n");
}
#ifdef CONFIG_PCI_MMCONFIG