Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Documentation: Fix PCI typos

Fix typos.

Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/20250813200526.290420-2-helgaas@kernel.org

authored by

Bjorn Helgaas and committed by
Jonathan Corbet
c676a536 8f5ae30d

+5 -5
+2 -2
Documentation/PCI/endpoint/pci-endpoint-cfs.rst
··· 86 86 be created by the user to represent the virtual functions that are bound to 87 87 the physical function. In the above directory structure <EPF Device 11> is a 88 88 physical function and <EPF Device 31> is a virtual function. An EPF device once 89 - it's linked to another EPF device, cannot be linked to a EPC device. 89 + it's linked to another EPF device, cannot be linked to an EPC device. 90 90 91 91 EPC Device 92 92 ========== ··· 108 108 The <EPC Device> directory will have a list of symbolic links to 109 109 <EPF Device>. These symbolic links should be created by the user to 110 110 represent the functions present in the endpoint device. Only <EPF Device> 111 - that represents a physical function can be linked to a EPC device. 111 + that represents a physical function can be linked to an EPC device. 112 112 113 113 The <EPC Device> directory will also have a *start* field. Once 114 114 "1" is written to this field, the endpoint device will be ready to
+3 -3
Documentation/PCI/endpoint/pci-endpoint.rst
··· 197 197 * pci_epf_register_driver() 198 198 199 199 The PCI Endpoint Function driver should implement the following ops: 200 - * bind: ops to perform when a EPC device has been bound to EPF device 201 - * unbind: ops to perform when a binding has been lost between a EPC 200 + * bind: ops to perform when an EPC device has been bound to EPF device 201 + * unbind: ops to perform when a binding has been lost between an EPC 202 202 device and EPF device 203 203 * add_cfs: optional ops to create function specific configfs 204 204 attributes ··· 251 251 * pci_epf_bind() 252 252 253 253 pci_epf_bind() should be invoked when the EPF device has been bound to 254 - a EPC device. 254 + an EPC device. 255 255 256 256 * pci_epf_unbind() 257 257