linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH][next] net: axienet: Fix spelling mistake "archecture" -> "architecture"
@ 2022-06-14  6:46 Colin Ian King
  2022-06-14  7:06 ` Pandey, Radhey Shyam
  2022-06-16  0:38 ` Jakub Kicinski
  0 siblings, 2 replies; 7+ messages in thread
From: Colin Ian King @ 2022-06-14  6:46 UTC (permalink / raw)
  To: Radhey Shyam Pandey, David S . Miller, Eric Dumazet,
	Jakub Kicinski, Paolo Abeni, Michal Simek, netdev,
	linux-arm-kernel
  Cc: kernel-janitors, linux-kernel

There is a spelling mistake in a dev_err message. Fix it.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
---
 drivers/net/ethernet/xilinx/xilinx_axienet_main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/ethernet/xilinx/xilinx_axienet_main.c b/drivers/net/ethernet/xilinx/xilinx_axienet_main.c
index fa7bcd2c1892..87a620073031 100644
--- a/drivers/net/ethernet/xilinx/xilinx_axienet_main.c
+++ b/drivers/net/ethernet/xilinx/xilinx_axienet_main.c
@@ -2038,7 +2038,7 @@ static int axienet_probe(struct platform_device *pdev)
 		}
 	}
 	if (!IS_ENABLED(CONFIG_64BIT) && lp->features & XAE_FEATURE_DMA_64BIT) {
-		dev_err(&pdev->dev, "64-bit addressable DMA is not compatible with 32-bit archecture\n");
+		dev_err(&pdev->dev, "64-bit addressable DMA is not compatible with 32-bit architecture\n");
 		goto cleanup_clk;
 	}
 
-- 
2.35.3


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* RE: [PATCH][next] net: axienet: Fix spelling mistake "archecture" -> "architecture"
  2022-06-14  6:46 Colin Ian King
@ 2022-06-14  7:06 ` Pandey, Radhey Shyam
  2022-06-16  0:38 ` Jakub Kicinski
  1 sibling, 0 replies; 7+ messages in thread
From: Pandey, Radhey Shyam @ 2022-06-14  7:06 UTC (permalink / raw)
  To: Colin Ian King, Radhey Shyam Pandey, David S . Miller,
	Eric Dumazet, Jakub Kicinski, Paolo Abeni, Michal Simek,
	netdev@vger.kernel.org, linux-arm-kernel@lists.infradead.org
  Cc: kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org

[AMD Official Use Only - General]

> -----Original Message-----
> From: Colin Ian King <colin.i.king@gmail.com>
> Sent: Tuesday, June 14, 2022 12:17 PM
> To: Radhey Shyam Pandey <radhey.shyam.pandey@xilinx.com>; David S .
> Miller <davem@davemloft.net>; Eric Dumazet <edumazet@google.com>;
> Jakub Kicinski <kuba@kernel.org>; Paolo Abeni <pabeni@redhat.com>;
> Michal Simek <michal.simek@xilinx.com>; netdev@vger.kernel.org; linux-arm-
> kernel@lists.infradead.org
> Cc: kernel-janitors@vger.kernel.org; linux-kernel@vger.kernel.org
> Subject: [PATCH][next] net: axienet: Fix spelling mistake "archecture" ->
> "architecture"
>
> CAUTION: This message has originated from an External Source. Please use
> proper judgment and caution when opening attachments, clicking links, or
> responding to this email.
>
>
> There is a spelling mistake in a dev_err message. Fix it.
>
> Signed-off-by: Colin Ian King <colin.i.king@gmail.com>

Reviewed-by: Radhey Shyam Pandey <radhey.shyam.pandey@amd.com>

> ---
>  drivers/net/ethernet/xilinx/xilinx_axienet_main.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/net/ethernet/xilinx/xilinx_axienet_main.c
> b/drivers/net/ethernet/xilinx/xilinx_axienet_main.c
> index fa7bcd2c1892..87a620073031 100644
> --- a/drivers/net/ethernet/xilinx/xilinx_axienet_main.c
> +++ b/drivers/net/ethernet/xilinx/xilinx_axienet_main.c
> @@ -2038,7 +2038,7 @@ static int axienet_probe(struct platform_device
> *pdev)
>                 }
>         }
>         if (!IS_ENABLED(CONFIG_64BIT) && lp->features &
> XAE_FEATURE_DMA_64BIT) {
> -               dev_err(&pdev->dev, "64-bit addressable DMA is not compatible with
> 32-bit archecture\n");
> +               dev_err(&pdev->dev, "64-bit addressable DMA is not compatible with
> 32-bit architecture\n");
>                 goto cleanup_clk;
>         }
>
> --
> 2.35.3

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH][next] net: axienet: Fix spelling mistake "archecture" -> "architecture"
  2022-06-14  6:46 Colin Ian King
  2022-06-14  7:06 ` Pandey, Radhey Shyam
@ 2022-06-16  0:38 ` Jakub Kicinski
  1 sibling, 0 replies; 7+ messages in thread
From: Jakub Kicinski @ 2022-06-16  0:38 UTC (permalink / raw)
  To: Colin Ian King
  Cc: Radhey Shyam Pandey, David S . Miller, Eric Dumazet, Paolo Abeni,
	Michal Simek, netdev, linux-arm-kernel, kernel-janitors,
	linux-kernel

On Tue, 14 Jun 2022 07:46:47 +0100 Colin Ian King wrote:
> There is a spelling mistake in a dev_err message. Fix it.
> 
> Signed-off-by: Colin Ian King <colin.i.king@gmail.com>

Did not apply to net-next, please respin/

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* [PATCH][next] net: axienet: Fix spelling mistake "archecture" -> "architecture"
@ 2025-04-18 11:24 Colin Ian King
  2025-04-21  5:34 ` Gupta, Suraj
  2025-04-22  9:10 ` patchwork-bot+netdevbpf
  0 siblings, 2 replies; 7+ messages in thread
From: Colin Ian King @ 2025-04-18 11:24 UTC (permalink / raw)
  To: Radhey Shyam Pandey, Andrew Lunn, David S . Miller, Eric Dumazet,
	Jakub Kicinski, Paolo Abeni, Michal Simek, netdev,
	linux-arm-kernel
  Cc: kernel-janitors, linux-kernel

There is a spelling mistake in a dev_error message. Fix it.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
---
 drivers/net/ethernet/xilinx/xilinx_axienet_main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/ethernet/xilinx/xilinx_axienet_main.c b/drivers/net/ethernet/xilinx/xilinx_axienet_main.c
index 054abf283ab3..1b7a653c1f4e 100644
--- a/drivers/net/ethernet/xilinx/xilinx_axienet_main.c
+++ b/drivers/net/ethernet/xilinx/xilinx_axienet_main.c
@@ -2980,7 +2980,7 @@ static int axienet_probe(struct platform_device *pdev)
 			}
 		}
 		if (!IS_ENABLED(CONFIG_64BIT) && lp->features & XAE_FEATURE_DMA_64BIT) {
-			dev_err(&pdev->dev, "64-bit addressable DMA is not compatible with 32-bit archecture\n");
+			dev_err(&pdev->dev, "64-bit addressable DMA is not compatible with 32-bit architecture\n");
 			ret = -EINVAL;
 			goto cleanup_clk;
 		}
-- 
2.49.0



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

* RE: [PATCH][next] net: axienet: Fix spelling mistake "archecture" -> "architecture"
  2025-04-18 11:24 [PATCH][next] net: axienet: Fix spelling mistake "archecture" -> "architecture" Colin Ian King
@ 2025-04-21  5:34 ` Gupta, Suraj
  2025-04-21 23:43   ` Jakub Kicinski
  2025-04-22  9:10 ` patchwork-bot+netdevbpf
  1 sibling, 1 reply; 7+ messages in thread
From: Gupta, Suraj @ 2025-04-21  5:34 UTC (permalink / raw)
  To: Colin Ian King, Pandey, Radhey Shyam, Andrew Lunn,
	David S . Miller, Eric Dumazet, Jakub Kicinski, Paolo Abeni,
	Simek, Michal, netdev@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org
  Cc: kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org

[AMD Official Use Only - AMD Internal Distribution Only]

> -----Original Message-----
> From: Colin Ian King <colin.i.king@gmail.com>
> Sent: Friday, April 18, 2025 4:55 PM
> To: Pandey, Radhey Shyam <radhey.shyam.pandey@amd.com>; Andrew Lunn
> <andrew+netdev@lunn.ch>; David S . Miller <davem@davemloft.net>; Eric
> Dumazet <edumazet@google.com>; Jakub Kicinski <kuba@kernel.org>; Paolo
> Abeni <pabeni@redhat.com>; Simek, Michal <michal.simek@amd.com>;
> netdev@vger.kernel.org; linux-arm-kernel@lists.infradead.org
> Cc: kernel-janitors@vger.kernel.org; linux-kernel@vger.kernel.org
> Subject: [PATCH][next] net: axienet: Fix spelling mistake "archecture" ->
> "architecture"
>
> Caution: This message originated from an External Source. Use proper caution
> when opening attachments, clicking links, or responding.
>
>
> There is a spelling mistake in a dev_error message. Fix it.
>
> Signed-off-by: Colin Ian King <colin.i.king@gmail.com>

Please add Fixes tag and use net/net-next subject prefix.
Other than that, changes looks fine to me.

Reviewed-by: Suraj Gupta <suraj.gupta2@amd.com>

> ---
>  drivers/net/ethernet/xilinx/xilinx_axienet_main.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/net/ethernet/xilinx/xilinx_axienet_main.c
> b/drivers/net/ethernet/xilinx/xilinx_axienet_main.c
> index 054abf283ab3..1b7a653c1f4e 100644
> --- a/drivers/net/ethernet/xilinx/xilinx_axienet_main.c
> +++ b/drivers/net/ethernet/xilinx/xilinx_axienet_main.c
> @@ -2980,7 +2980,7 @@ static int axienet_probe(struct platform_device *pdev)
>                         }
>                 }
>                 if (!IS_ENABLED(CONFIG_64BIT) && lp->features &
> XAE_FEATURE_DMA_64BIT) {
> -                       dev_err(&pdev->dev, "64-bit addressable DMA is not compatible with
> 32-bit archecture\n");
> +                       dev_err(&pdev->dev, "64-bit addressable DMA is not compatible with
> 32-bit architecture\n");
>                         ret = -EINVAL;
>                         goto cleanup_clk;
>                 }
> --
> 2.49.0
>


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

* Re: [PATCH][next] net: axienet: Fix spelling mistake "archecture" -> "architecture"
  2025-04-21  5:34 ` Gupta, Suraj
@ 2025-04-21 23:43   ` Jakub Kicinski
  0 siblings, 0 replies; 7+ messages in thread
From: Jakub Kicinski @ 2025-04-21 23:43 UTC (permalink / raw)
  To: Gupta, Suraj
  Cc: Colin Ian King, Pandey, Radhey Shyam, Andrew Lunn,
	David S . Miller, Eric Dumazet, Paolo Abeni, Simek, Michal,
	netdev@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org

On Mon, 21 Apr 2025 05:34:01 +0000 Gupta, Suraj wrote:
> Please add Fixes

Fixes tags are for code bugs, FWIW, no need here


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

* Re: [PATCH][next] net: axienet: Fix spelling mistake "archecture" -> "architecture"
  2025-04-18 11:24 [PATCH][next] net: axienet: Fix spelling mistake "archecture" -> "architecture" Colin Ian King
  2025-04-21  5:34 ` Gupta, Suraj
@ 2025-04-22  9:10 ` patchwork-bot+netdevbpf
  1 sibling, 0 replies; 7+ messages in thread
From: patchwork-bot+netdevbpf @ 2025-04-22  9:10 UTC (permalink / raw)
  To: Colin Ian King
  Cc: radhey.shyam.pandey, andrew+netdev, davem, edumazet, kuba, pabeni,
	michal.simek, netdev, linux-arm-kernel, kernel-janitors,
	linux-kernel

Hello:

This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Fri, 18 Apr 2025 12:24:47 +0100 you wrote:
> There is a spelling mistake in a dev_error message. Fix it.
> 
> Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
> ---
>  drivers/net/ethernet/xilinx/xilinx_axienet_main.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Here is the summary with links:
  - [next] net: axienet: Fix spelling mistake "archecture" -> "architecture"
    https://git.kernel.org/netdev/net-next/c/61fde5110ee9

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] 7+ messages in thread

end of thread, other threads:[~2025-04-22 10:26 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-18 11:24 [PATCH][next] net: axienet: Fix spelling mistake "archecture" -> "architecture" Colin Ian King
2025-04-21  5:34 ` Gupta, Suraj
2025-04-21 23:43   ` Jakub Kicinski
2025-04-22  9:10 ` patchwork-bot+netdevbpf
  -- strict thread matches above, loose matches on Subject: below --
2022-06-14  6:46 Colin Ian King
2022-06-14  7:06 ` Pandey, Radhey Shyam
2022-06-16  0:38 ` Jakub Kicinski

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