[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20221214172254.668282-1-Frank.Li@nxp.com>
Date: Wed, 14 Dec 2022 12:22:54 -0500
From: Frank Li <Frank.Li@....com>
To: lpieralisi@...nel.org
Cc: Frank.Li@....com, allenbh@...il.com, bhelgaas@...gle.com,
dave.jiang@...el.com, helgaas@...nel.org, imx@...ts.linux.dev,
jdmason@...zu.us, kw@...ux.com, linux-kernel@...r.kernel.org,
linux-pci@...r.kernel.org, mani@...nel.org, ntb@...ts.linux.dev
Subject: [PATCH 1/1] PCI: endpoint: pci-epf-vntb: fix typo span in comments
Replace span with spad.
Signed-off-by: Frank Li <Frank.Li@....com>
---
drivers/pci/endpoint/functions/pci-epf-vntb.c | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/drivers/pci/endpoint/functions/pci-epf-vntb.c b/drivers/pci/endpoint/functions/pci-epf-vntb.c
index 58a23ef4b572..935748244078 100644
--- a/drivers/pci/endpoint/functions/pci-epf-vntb.c
+++ b/drivers/pci/endpoint/functions/pci-epf-vntb.c
@@ -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
--
2.34.1
Powered by blists - more mailing lists