mirror of
https://github.com/torvalds/linux.git
synced 2026-05-25 15:41:52 +02:00
PCI: endpoint: pci-epf-vntb: Fix typo in comments
Replace "Span" with "Spad". Link: https://lore.kernel.org/r/20221214172254.668282-1-Frank.Li@nxp.com Signed-off-by: Frank Li <Frank.Li@nxp.com> Signed-off-by: Lorenzo Pieralisi <lpieralisi@kernel.org> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Reviewed-by: Manivannan Sadhasivam <mani@kernel.org>
This commit is contained in:
parent
39cce08751
commit
4ab91207fe
|
|
@ -84,15 +84,15 @@ enum epf_ntb_bar {
|
|||
* | |
|
||||
* | |
|
||||
* | |
|
||||
* +-----------------------+--------------------------+ Base+span_offset
|
||||
* +-----------------------+--------------------------+ Base+spad_offset
|
||||
* | | |
|
||||
* | Peer Span Space | Span Space |
|
||||
* | Peer Spad Space | Spad Space |
|
||||
* | | |
|
||||
* | | |
|
||||
* +-----------------------+--------------------------+ Base+span_offset
|
||||
* | | | +span_count * 4
|
||||
* +-----------------------+--------------------------+ Base+spad_offset
|
||||
* | | | +spad_count * 4
|
||||
* | | |
|
||||
* | Span Space | Peer Span Space |
|
||||
* | Spad Space | Peer Spad Space |
|
||||
* | | |
|
||||
* +-----------------------+--------------------------+
|
||||
* Virtual PCI PCIe Endpoint
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user