ntb.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/1] PCI: endpoint: pci-epf-vntb: fix typo span in comments
@ 2022-12-14 17:22 Frank Li
  2023-04-08  9:36 ` Manivannan Sadhasivam
  2023-06-13 15:41 ` Lorenzo Pieralisi
  0 siblings, 2 replies; 6+ messages in thread
From: Frank Li @ 2022-12-14 17:22 UTC (permalink / raw)
  To: lpieralisi
  Cc: Frank.Li, allenbh, bhelgaas, dave.jiang, helgaas, imx, jdmason,
	kw, linux-kernel, linux-pci, mani, ntb

Replace span with spad.

Signed-off-by: Frank Li <Frank.Li@nxp.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


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [PATCH 1/1] PCI: endpoint: pci-epf-vntb: fix typo span in comments
  2022-12-14 17:22 [PATCH 1/1] PCI: endpoint: pci-epf-vntb: fix typo span in comments Frank Li
@ 2023-04-08  9:36 ` Manivannan Sadhasivam
  2023-04-19 17:00   ` [EXT] " Frank Li
  2023-06-12 16:14   ` Frank Li
  2023-06-13 15:41 ` Lorenzo Pieralisi
  1 sibling, 2 replies; 6+ messages in thread
From: Manivannan Sadhasivam @ 2023-04-08  9:36 UTC (permalink / raw)
  To: Frank Li
  Cc: lpieralisi, allenbh, bhelgaas, dave.jiang, helgaas, imx, jdmason,
	kw, linux-kernel, linux-pci, ntb

On Wed, Dec 14, 2022 at 12:22:54PM -0500, Frank Li wrote:
> Replace span with spad.
> 
> Signed-off-by: Frank Li <Frank.Li@nxp.com>

Reviewed-by: Manivannan Sadhasivam <mani@kernel.org>

- Mani

> ---
>  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
> 

-- 
மணிவண்ணன் சதாசிவம்

^ permalink raw reply	[flat|nested] 6+ messages in thread

* RE: [EXT] Re: [PATCH 1/1] PCI: endpoint: pci-epf-vntb: fix typo span in comments
  2023-04-08  9:36 ` Manivannan Sadhasivam
@ 2023-04-19 17:00   ` Frank Li
  2023-05-12 14:51     ` Frank Li
  2023-06-12 16:14   ` Frank Li
  1 sibling, 1 reply; 6+ messages in thread
From: Frank Li @ 2023-04-19 17:00 UTC (permalink / raw)
  To: Manivannan Sadhasivam, lpieralisi
  Cc: allenbh, bhelgaas, dave.jiang, helgaas, imx, jdmason, kw,
	linux-kernel, linux-pci, ntb

> -----Original Message-----
> From: Manivannan Sadhasivam <mani@kernel.org>
> 
> On Wed, Dec 14, 2022 at 12:22:54PM -0500, Frank Li wrote:
> > Replace span with spad.
> >
> > Signed-off-by: Frank Li <Frank.Li@nxp.com>
> 
> Reviewed-by: Manivannan Sadhasivam <mani@kernel.org>

[Frank Li] Friendly Ping, just comments change. 

> 
> - Mani
> 
> > ---
> >  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
> >
> 
> --
> மணிவண்ணன் சதாசிவம்

^ permalink raw reply	[flat|nested] 6+ messages in thread

* RE: [EXT] Re: [PATCH 1/1] PCI: endpoint: pci-epf-vntb: fix typo span in comments
  2023-04-19 17:00   ` [EXT] " Frank Li
@ 2023-05-12 14:51     ` Frank Li
  0 siblings, 0 replies; 6+ messages in thread
From: Frank Li @ 2023-05-12 14:51 UTC (permalink / raw)
  To: Manivannan Sadhasivam, lpieralisi
  Cc: allenbh, bhelgaas, dave.jiang, helgaas, imx, jdmason, kw,
	linux-kernel, linux-pci, ntb

> > On Wed, Dec 14, 2022 at 12:22:54PM -0500, Frank Li wrote:
> > > Replace span with spad.
> > >
> > > Signed-off-by: Frank Li <Frank.Li@nxp.com>
> >
> > Reviewed-by: Manivannan Sadhasivam <mani@kernel.org>
> 
> [Frank Li] Friendly Ping, just comments change.

Why no pickup this patch? Just fixed comments!

> 
> >
> > - Mani
> >
> > > ---


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH 1/1] PCI: endpoint: pci-epf-vntb: fix typo span in comments
  2023-04-08  9:36 ` Manivannan Sadhasivam
  2023-04-19 17:00   ` [EXT] " Frank Li
@ 2023-06-12 16:14   ` Frank Li
  1 sibling, 0 replies; 6+ messages in thread
From: Frank Li @ 2023-06-12 16:14 UTC (permalink / raw)
  To: Manivannan Sadhasivam
  Cc: lpieralisi, allenbh, bhelgaas, dave.jiang, helgaas, imx, jdmason,
	kw, linux-kernel, linux-pci, ntb

On Sat, Apr 08, 2023 at 03:06:44PM +0530, Manivannan Sadhasivam wrote:
> On Wed, Dec 14, 2022 at 12:22:54PM -0500, Frank Li wrote:
> > Replace span with spad.
> > 
> > Signed-off-by: Frank Li <Frank.Li@nxp.com>
> 
> Reviewed-by: Manivannan Sadhasivam <mani@kernel.org>

Ping, just fixed comments

> 
> - Mani
> 
> > ---
> >  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
> > 
> 
> -- 
> மணிவண்ணன் சதாசிவம்

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH 1/1] PCI: endpoint: pci-epf-vntb: fix typo span in comments
  2022-12-14 17:22 [PATCH 1/1] PCI: endpoint: pci-epf-vntb: fix typo span in comments Frank Li
  2023-04-08  9:36 ` Manivannan Sadhasivam
@ 2023-06-13 15:41 ` Lorenzo Pieralisi
  1 sibling, 0 replies; 6+ messages in thread
From: Lorenzo Pieralisi @ 2023-06-13 15:41 UTC (permalink / raw)
  To: Frank Li
  Cc: Lorenzo Pieralisi, allenbh, bhelgaas, dave.jiang, helgaas, imx,
	jdmason, kw, linux-kernel, linux-pci, mani, ntb

On Wed, 14 Dec 2022 12:22:54 -0500, Frank Li wrote:
> Replace span with spad.
> 
> 

Applied to controller/endpoint, thanks!

[1/1] PCI: endpoint: pci-epf-vntb: fix typo span in comments
      https://git.kernel.org/pci/pci/c/9e7f4414529b

Thanks,
Lorenzo

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-06-13 15:41 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-14 17:22 [PATCH 1/1] PCI: endpoint: pci-epf-vntb: fix typo span in comments Frank Li
2023-04-08  9:36 ` Manivannan Sadhasivam
2023-04-19 17:00   ` [EXT] " Frank Li
2023-05-12 14:51     ` Frank Li
2023-06-12 16:14   ` Frank Li
2023-06-13 15:41 ` Lorenzo Pieralisi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).