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

From: Andy Shevchenko
Date: Fri Dec 09 2022 - 13:43:22 EST


On Thu, Dec 08, 2022 at 01:03:41PM -0600, Bjorn Helgaas wrote:
> 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

...

> 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");

Wondering if we can change printk(KERN_LVL) to pr_lvl() in this file.

--
With Best Regards,
Andy Shevchenko