summaryrefslogtreecommitdiffstats
path: root/drivers/pci
diff options
context:
space:
mode:
authorBjorn Helgaas <bhelgaas@google.com>2021-01-26 15:38:55 -0600
committerLorenzo Pieralisi <lorenzo.pieralisi@arm.com>2021-01-28 10:48:47 +0000
commitc77bfb5417430832aae54a251a340c8f05682b3f (patch)
tree9f09f401e30d45f2b49d5ff9ba8b6b5826760ebd /drivers/pci
parentcc4a08cd09e4766066eee86ce501fbed42d8ff75 (diff)
downloadlinux-stable-c77bfb5417430832aae54a251a340c8f05682b3f.tar.gz
linux-stable-c77bfb5417430832aae54a251a340c8f05682b3f.tar.bz2
linux-stable-c77bfb5417430832aae54a251a340c8f05682b3f.zip
PCI: hv: Fix typo
Fix misspelling of "silently". Link: https://lore.kernel.org/r/20210126213855.2923461-1-helgaas@kernel.org Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com> Reviewed-by: Michael Kelley <mikelley@microsoft.com>
Diffstat (limited to 'drivers/pci')
-rw-r--r--drivers/pci/controller/pci-hyperv.c2
1 files changed, 1 insertions, 1 deletions
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.