netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] octeontx2-af: Fix 'physical' typos
@ 2021-01-26 21:08 Bjorn Helgaas
  2021-01-27 17:56 ` Willem de Bruijn
  2021-01-27 18:13 ` [PATCH v2] " Bjorn Helgaas
  0 siblings, 2 replies; 5+ messages in thread
From: Bjorn Helgaas @ 2021-01-26 21:08 UTC (permalink / raw)
  To: Sunil Goutham, Linu Cherian, Geetha sowjanya, Jerin Jacob,
	David S . Miller, Jakub Kicinski
  Cc: netdev, Bjorn Helgaas

From: Bjorn Helgaas <bhelgaas@google.com>

Fix misspellings of "physical".

Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
---
 drivers/net/ethernet/marvell/octeontx2/af/rvu.c      | 2 +-
 drivers/net/ethernet/marvell/octeontx2/nic/otx2_pf.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/net/ethernet/marvell/octeontx2/af/rvu.c b/drivers/net/ethernet/marvell/octeontx2/af/rvu.c
index e8fd712860a1..565d9373bfe4 100644
--- a/drivers/net/ethernet/marvell/octeontx2/af/rvu.c
+++ b/drivers/net/ethernet/marvell/octeontx2/af/rvu.c
@@ -646,7 +646,7 @@ static int rvu_setup_msix_resources(struct rvu *rvu)
 	}
 
 	/* HW interprets RVU_AF_MSIXTR_BASE address as an IOVA, hence
-	 * create a IOMMU mapping for the physcial address configured by
+	 * create an IOMMU mapping for the physical address configured by
 	 * firmware and reconfig RVU_AF_MSIXTR_BASE with IOVA.
 	 */
 	cfg = rvu_read64(rvu, BLKADDR_RVUM, RVU_PRIV_CONST);
diff --git a/drivers/net/ethernet/marvell/octeontx2/nic/otx2_pf.c b/drivers/net/ethernet/marvell/octeontx2/nic/otx2_pf.c
index 634d60655a74..07ec85aebcca 100644
--- a/drivers/net/ethernet/marvell/octeontx2/nic/otx2_pf.c
+++ b/drivers/net/ethernet/marvell/octeontx2/nic/otx2_pf.c
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: GPL-2.0
-/* Marvell OcteonTx2 RVU Physcial Function ethernet driver
+/* Marvell OcteonTx2 RVU Physical Function ethernet driver
  *
  * Copyright (C) 2020 Marvell International Ltd.
  *
-- 
2.25.1


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

* Re: [PATCH] octeontx2-af: Fix 'physical' typos
  2021-01-26 21:08 [PATCH] octeontx2-af: Fix 'physical' typos Bjorn Helgaas
@ 2021-01-27 17:56 ` Willem de Bruijn
  2021-01-27 18:13 ` [PATCH v2] " Bjorn Helgaas
  1 sibling, 0 replies; 5+ messages in thread
From: Willem de Bruijn @ 2021-01-27 17:56 UTC (permalink / raw)
  To: Bjorn Helgaas
  Cc: Sunil Goutham, Linu Cherian, Geetha sowjanya, Jerin Jacob,
	David S . Miller, Jakub Kicinski, Network Development,
	Bjorn Helgaas

On Tue, Jan 26, 2021 at 6:29 PM Bjorn Helgaas <helgaas@kernel.org> wrote:
>
> From: Bjorn Helgaas <bhelgaas@google.com>
>
> Fix misspellings of "physical".
>
> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
> ---
>  drivers/net/ethernet/marvell/octeontx2/af/rvu.c      | 2 +-
>  drivers/net/ethernet/marvell/octeontx2/nic/otx2_pf.c | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)

If doing this, there appears to be a third one:

$ grep -nrI hyscial drivers/net
drivers/net/ethernet/marvell/octeontx2/nic/otx2_pf.c:2:/* Marvell
OcteonTx2 RVU Physcial Function ethernet driver
drivers/net/ethernet/marvell/octeontx2/nic/otx2_flows.c:2:/* Marvell
OcteonTx2 RVU Physcial Function ethernet driver
drivers/net/ethernet/marvell/octeontx2/af/rvu.c:649:     * create a
IOMMU mapping for the physcial address configured by

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

* [PATCH v2] octeontx2-af: Fix 'physical' typos
  2021-01-26 21:08 [PATCH] octeontx2-af: Fix 'physical' typos Bjorn Helgaas
  2021-01-27 17:56 ` Willem de Bruijn
@ 2021-01-27 18:13 ` Bjorn Helgaas
  2021-01-27 18:18   ` Willem de Bruijn
  2021-01-29  5:30   ` patchwork-bot+netdevbpf
  1 sibling, 2 replies; 5+ messages in thread
From: Bjorn Helgaas @ 2021-01-27 18:13 UTC (permalink / raw)
  To: Sunil Goutham, Linu Cherian, Geetha sowjanya, Jerin Jacob,
	David S . Miller, Jakub Kicinski, Willem de Bruijn
  Cc: netdev, Bjorn Helgaas

From: Bjorn Helgaas <bhelgaas@google.com>

Fix misspellings of "physical".

Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
---
Thanks, Willem!

 drivers/net/ethernet/marvell/octeontx2/af/rvu.c         | 2 +-
 drivers/net/ethernet/marvell/octeontx2/nic/otx2_flows.c | 2 +-
 drivers/net/ethernet/marvell/octeontx2/nic/otx2_pf.c    | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/net/ethernet/marvell/octeontx2/af/rvu.c b/drivers/net/ethernet/marvell/octeontx2/af/rvu.c
index e8fd712860a1..565d9373bfe4 100644
--- a/drivers/net/ethernet/marvell/octeontx2/af/rvu.c
+++ b/drivers/net/ethernet/marvell/octeontx2/af/rvu.c
@@ -646,7 +646,7 @@ static int rvu_setup_msix_resources(struct rvu *rvu)
 	}
 
 	/* HW interprets RVU_AF_MSIXTR_BASE address as an IOVA, hence
-	 * create a IOMMU mapping for the physcial address configured by
+	 * create an IOMMU mapping for the physical address configured by
 	 * firmware and reconfig RVU_AF_MSIXTR_BASE with IOVA.
 	 */
 	cfg = rvu_read64(rvu, BLKADDR_RVUM, RVU_PRIV_CONST);
diff --git a/drivers/net/ethernet/marvell/octeontx2/nic/otx2_flows.c b/drivers/net/ethernet/marvell/octeontx2/nic/otx2_flows.c
index be8ccfce1848..b4d6a6bb3070 100644
--- a/drivers/net/ethernet/marvell/octeontx2/nic/otx2_flows.c
+++ b/drivers/net/ethernet/marvell/octeontx2/nic/otx2_flows.c
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: GPL-2.0
-/* Marvell OcteonTx2 RVU Physcial Function ethernet driver
+/* Marvell OcteonTx2 RVU Physical Function ethernet driver
  *
  * Copyright (C) 2020 Marvell.
  */
diff --git a/drivers/net/ethernet/marvell/octeontx2/nic/otx2_pf.c b/drivers/net/ethernet/marvell/octeontx2/nic/otx2_pf.c
index 634d60655a74..07ec85aebcca 100644
--- a/drivers/net/ethernet/marvell/octeontx2/nic/otx2_pf.c
+++ b/drivers/net/ethernet/marvell/octeontx2/nic/otx2_pf.c
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: GPL-2.0
-/* Marvell OcteonTx2 RVU Physcial Function ethernet driver
+/* Marvell OcteonTx2 RVU Physical Function ethernet driver
  *
  * Copyright (C) 2020 Marvell International Ltd.
  *
-- 
2.25.1


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

* Re: [PATCH v2] octeontx2-af: Fix 'physical' typos
  2021-01-27 18:13 ` [PATCH v2] " Bjorn Helgaas
@ 2021-01-27 18:18   ` Willem de Bruijn
  2021-01-29  5:30   ` patchwork-bot+netdevbpf
  1 sibling, 0 replies; 5+ messages in thread
From: Willem de Bruijn @ 2021-01-27 18:18 UTC (permalink / raw)
  To: Bjorn Helgaas
  Cc: Sunil Goutham, Linu Cherian, Geetha sowjanya, Jerin Jacob,
	David S . Miller, Jakub Kicinski, Network Development,
	Bjorn Helgaas

On Wed, Jan 27, 2021 at 1:14 PM Bjorn Helgaas <helgaas@kernel.org> wrote:
>
> From: Bjorn Helgaas <bhelgaas@google.com>
>
> Fix misspellings of "physical".
>
> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>

Acked-by: Willem de Bruijn <willemb@google.com>

Thanks Bjorn. Please remember to explicitly mark [PATCH net-next] too.

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

* Re: [PATCH v2] octeontx2-af: Fix 'physical' typos
  2021-01-27 18:13 ` [PATCH v2] " Bjorn Helgaas
  2021-01-27 18:18   ` Willem de Bruijn
@ 2021-01-29  5:30   ` patchwork-bot+netdevbpf
  1 sibling, 0 replies; 5+ messages in thread
From: patchwork-bot+netdevbpf @ 2021-01-29  5:30 UTC (permalink / raw)
  To: Bjorn Helgaas
  Cc: sgoutham, lcherian, gakula, jerinj, davem, kuba,
	willemdebruijn.kernel, netdev, bhelgaas

Hello:

This patch was applied to netdev/net-next.git (refs/heads/master):

On Wed, 27 Jan 2021 12:13:59 -0600 you wrote:
> From: Bjorn Helgaas <bhelgaas@google.com>
> 
> Fix misspellings of "physical".
> 
> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
> ---
> Thanks, Willem!
> 
> [...]

Here is the summary with links:
  - [v2] octeontx2-af: Fix 'physical' typos
    https://git.kernel.org/netdev/net-next/c/46eb3c108fe1

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



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

end of thread, other threads:[~2021-01-29  5:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-26 21:08 [PATCH] octeontx2-af: Fix 'physical' typos Bjorn Helgaas
2021-01-27 17:56 ` Willem de Bruijn
2021-01-27 18:13 ` [PATCH v2] " Bjorn Helgaas
2021-01-27 18:18   ` Willem de Bruijn
2021-01-29  5:30   ` patchwork-bot+netdevbpf

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