aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorBjorn Helgaas <bhelgaas@google.com>2025-03-27 13:14:49 -0500
committerBjorn Helgaas <bhelgaas@google.com>2025-03-27 13:14:49 -0500
commit8c6dadf8af53fb3007738fe3e3ee82e7dedcc03e (patch)
tree9cfcdce0e5fc9d2d5b6067f77d6f61298f52926a
parentMerge branch 'pci/controller/histb' (diff)
parentPCI: hv: Correct a comment (diff)
downloadwireguard-linux-8c6dadf8af53fb3007738fe3e3ee82e7dedcc03e.tar.xz
wireguard-linux-8c6dadf8af53fb3007738fe3e3ee82e7dedcc03e.zip
Merge branch 'pci/controller/hyperv'
- Correct comment to say that invalidations from a PF driver are delivered to the VF endpoint driver, not by the VF driver (Easwar Hariharan) * pci/controller/hyperv: PCI: hv: Correct a comment
-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 6084b38bdda1..3ae3a8a79dcf 100644
--- a/drivers/pci/controller/pci-hyperv.c
+++ b/drivers/pci/controller/pci-hyperv.c
@@ -1356,7 +1356,7 @@ static struct pci_ops hv_pcifront_ops = {
*
* If the PF driver wishes to initiate communication, it can "invalidate" one or
* more of the first 64 blocks. This invalidation is delivered via a callback
- * supplied by the VF driver by this driver.
+ * supplied to the VF driver by this driver.
*
* No protocol is implied, except that supplied by the PF and VF drivers.
*/