diff options
author | Bjorn Helgaas <bhelgaas@google.com> | 2025-03-27 21:14:49 +0300 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2025-03-27 21:14:49 +0300 |
commit | 8c6dadf8af53fb3007738fe3e3ee82e7dedcc03e (patch) | |
tree | 9cfcdce0e5fc9d2d5b6067f77d6f61298f52926a | |
parent | 58746a573ab0a7db6b437c3cdf170cce9474bbf1 (diff) | |
parent | 25a3c220a2b46dbeec1e5a24904d0b038bbc0878 (diff) | |
download | linux-8c6dadf8af53fb3007738fe3e3ee82e7dedcc03e.tar.xz |
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.c | 2 |
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. */ |