[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <Y5OBupWBghHfvG/h@smile.fi.intel.com>
Date: Fri, 9 Dec 2022 20:43:06 +0200
From: Andy Shevchenko <andriy.shevchenko@...el.com>
To: Bjorn Helgaas <helgaas@...nel.org>
Cc: linux-pci@...r.kernel.org, Hans de Goede <hdegoede@...hat.com>,
Florent DELAHAYE <kernelorg@...ead.fr>,
Konrad J Hambrick <kjhambrick@...il.com>,
Matt Hansen <2lprbe78@...k.com>,
Benoit Grégoire <benoitg@...us.ca>,
Nicholas Johnson <nicholas.johnson-opensource@...look.com.au>,
Mika Westerberg <mika.westerberg@...ux.intel.com>,
Werner Sembach <wse@...edocomputers.com>,
mumblingdrunkard@...tonmail.com, linux-kernel@...r.kernel.org,
Bjorn Helgaas <bhelgaas@...gle.com>
Subject: Re: [PATCH v2 4/4] x86/PCI: Fix log message typo
On Thu, Dec 08, 2022 at 01:03:41PM -0600, Bjorn Helgaas wrote:
> From: Bjorn Helgaas <bhelgaas@...gle.com>
>
> 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@...r.kernel.org so future kernels can this automatically\n");
> + printk(KERN_INFO "PCI: Please notify linux-pci@...r.kernel.org 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
Powered by blists - more mailing lists