[PATCH][next] net: axienet: Fix spelling mistake "archecture" -> "architecture"
Gupta, Suraj
Suraj.Gupta2 at amd.com
Sun Apr 20 22:34:01 PDT 2025
[AMD Official Use Only - AMD Internal Distribution Only]
> -----Original Message-----
> From: Colin Ian King <colin.i.king at gmail.com>
> Sent: Friday, April 18, 2025 4:55 PM
> To: Pandey, Radhey Shyam <radhey.shyam.pandey at amd.com>; Andrew Lunn
> <andrew+netdev at lunn.ch>; David S . Miller <davem at davemloft.net>; Eric
> Dumazet <edumazet at google.com>; Jakub Kicinski <kuba at kernel.org>; Paolo
> Abeni <pabeni at redhat.com>; Simek, Michal <michal.simek at amd.com>;
> netdev at vger.kernel.org; linux-arm-kernel at lists.infradead.org
> Cc: kernel-janitors at vger.kernel.org; linux-kernel at 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 at 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 at 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
>
More information about the linux-arm-kernel
mailing list