Skip to content

Commit 25a3c22

Browse files
easwarhkwilczynski
authored andcommitted
PCI: hv: Correct a comment
The VF driver controls an endpoint attached to the PCI HyperV controller. An invalidation sent by the PF driver in the host would be delivered *to* the endpoint driver by the controller driver. Thus, correct the wording within the comment. Signed-off-by: Easwar Hariharan <[email protected]> Reviewed-by: Manivannan Sadhasivam <[email protected]> Reviewed-by: Michael Kelley <[email protected]> Link: https://lore.kernel.org/r/[email protected] [kwilczynski: commit log] Signed-off-by: Krzysztof Wilczyński <[email protected]>
1 parent 2014c95 commit 25a3c22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/pci/controller/pci-hyperv.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1356,7 +1356,7 @@ static struct pci_ops hv_pcifront_ops = {
13561356
*
13571357
* If the PF driver wishes to initiate communication, it can "invalidate" one or
13581358
* more of the first 64 blocks. This invalidation is delivered via a callback
1359-
* supplied by the VF driver by this driver.
1359+
* supplied to the VF driver by this driver.
13601360
*
13611361
* No protocol is implied, except that supplied by the PF and VF drivers.
13621362
*/

0 commit comments

Comments
 (0)