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

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 --
2022-06-14  6:46 [PATCH][next] net: axienet: Fix spelling mistake "archecture" -> "architecture" Colin Ian King
2022-06-14  7:06 ` Pandey, Radhey Shyam
2022-06-16  0:38 ` Jakub Kicinski
  -- strict thread matches above, loose matches on Subject: below --
2025-04-18 11:24 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

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