Message ID | 20210126213855.2923461-1-helgaas@kernel.org (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
Series | PCI: hv: Fix typo | expand |
From: Bjorn Helgaas <helgaas@kernel.org> Sent: Tuesday, January 26, 2021 1:39 PM > > From: Bjorn Helgaas <bhelgaas@google.com> > > Fix misspelling of "silently". > > Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> > --- > drivers/pci/controller/pci-hyperv.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/pci/controller/pci-hyperv.c b/drivers/pci/controller/pci-hyperv.c > index 6db8d96a78eb..da0c22eb4315 100644 > --- a/drivers/pci/controller/pci-hyperv.c > +++ b/drivers/pci/controller/pci-hyperv.c > @@ -1714,7 +1714,7 @@ static void prepopulate_bars(struct hv_pcibus_device *hbus) > * resumed and suspended again: see hibernation_snapshot() and > * hibernation_platform_enter(). > * > - * If the memory enable bit is already set, Hyper-V sliently ignores > + * If the memory enable bit is already set, Hyper-V silently ignores > * the below BAR updates, and the related PCI device driver can not > * work, because reading from the device register(s) always returns > * 0xFFFFFFFF. > -- > 2.25.1 Reviewed-by: Michael Kelley <mikelley@microsoft.com>
On Tue, 26 Jan 2021 15:38:55 -0600, Bjorn Helgaas wrote:
> Fix misspelling of "silently".
Applied to pci/misc, thanks!
[1/1] PCI: hv: Fix typo
https://git.kernel.org/lpieralisi/pci/c/c77bfb5417
Thanks,
Lorenzo
diff --git a/drivers/pci/controller/pci-hyperv.c b/drivers/pci/controller/pci-hyperv.c index 6db8d96a78eb..da0c22eb4315 100644 --- a/drivers/pci/controller/pci-hyperv.c +++ b/drivers/pci/controller/pci-hyperv.c @@ -1714,7 +1714,7 @@ static void prepopulate_bars(struct hv_pcibus_device *hbus) * resumed and suspended again: see hibernation_snapshot() and * hibernation_platform_enter(). * - * If the memory enable bit is already set, Hyper-V sliently ignores + * If the memory enable bit is already set, Hyper-V silently ignores * the below BAR updates, and the related PCI device driver can not * work, because reading from the device register(s) always returns * 0xFFFFFFFF.