Skip to content

Commit 61fde51

Browse files
ColinIanKingkuba-moo
authored andcommitted
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 <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
1 parent 12b1965 commit 61fde51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/net/ethernet/xilinx/xilinx_axienet_main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2980,7 +2980,7 @@ static int axienet_probe(struct platform_device *pdev)
29802980
}
29812981
}
29822982
if (!IS_ENABLED(CONFIG_64BIT) && lp->features & XAE_FEATURE_DMA_64BIT) {
2983-
dev_err(&pdev->dev, "64-bit addressable DMA is not compatible with 32-bit archecture\n");
2983+
dev_err(&pdev->dev, "64-bit addressable DMA is not compatible with 32-bit architecture\n");
29842984
ret = -EINVAL;
29852985
goto cleanup_clk;
29862986
}

0 commit comments

Comments
 (0)