Skip to content

Commit 4ab9120

Browse files
nxpfranklibjorn-helgaas
authored andcommitted
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>
1 parent 39cce08 commit 4ab9120

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

drivers/pci/endpoint/functions/pci-epf-vntb.c

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -84,15 +84,15 @@ enum epf_ntb_bar {
8484
* | |
8585
* | |
8686
* | |
87-
* +-----------------------+--------------------------+ Base+span_offset
87+
* +-----------------------+--------------------------+ Base+spad_offset
8888
* | | |
89-
* | Peer Span Space | Span Space |
89+
* | Peer Spad Space | Spad Space |
9090
* | | |
9191
* | | |
92-
* +-----------------------+--------------------------+ Base+span_offset
93-
* | | | +span_count * 4
92+
* +-----------------------+--------------------------+ Base+spad_offset
93+
* | | | +spad_count * 4
9494
* | | |
95-
* | Span Space | Peer Span Space |
95+
* | Spad Space | Peer Spad Space |
9696
* | | |
9797
* +-----------------------+--------------------------+
9898
* Virtual PCI PCIe Endpoint

0 commit comments

Comments
 (0)