mirror of
https://github.com/torvalds/linux.git
synced 2026-05-30 18:13:41 +02:00
net: axienet: Fix spelling mistake "archecture" -> "architecture"
There is a spelling mistake in a dev_error message. Fix it. Signed-off-by: Colin Ian King <colin.i.king@gmail.com> Link: https://patch.msgid.link/20250418112447.533746-1-colin.i.king@gmail.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
parent
12b196568a
commit
61fde5110e
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user