projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cc4a08c
)
PCI: hv: Fix typo
author
Bjorn Helgaas
<bhelgaas@google.com>
Tue, 26 Jan 2021 21:38:55 +0000
(15:38 -0600)
committer
Lorenzo Pieralisi
<lorenzo.pieralisi@arm.com>
Thu, 28 Jan 2021 10:48:47 +0000
(10:48 +0000)
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>
drivers/pci/controller/pci-hyperv.c
patch
|
blob
|
history
diff --git
a/drivers/pci/controller/pci-hyperv.c
b/drivers/pci/controller/pci-hyperv.c
index 6db8d96a78ebcae34c16d9cc8a039ad68882555e..da0c22eb431562d061e963ec10f2bf1f47fb28d3 100644
(file)
--- 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 s
li
ently ignores
+ * If the memory enable bit is already set, Hyper-V s
il
ently ignores
* the below BAR updates, and the related PCI device driver can not
* work, because reading from the device register(s) always returns
* 0xFFFFFFFF.