aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/mt7621-eth
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/mt7621-eth')
-rw-r--r--drivers/staging/mt7621-eth/mtk_eth_soc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/mt7621-eth/mtk_eth_soc.c b/drivers/staging/mt7621-eth/mtk_eth_soc.c
index dea4270478b1..cbc7339843a5 100644
--- a/drivers/staging/mt7621-eth/mtk_eth_soc.c
+++ b/drivers/staging/mt7621-eth/mtk_eth_soc.c
@@ -2096,7 +2096,7 @@ static int mtk_probe(struct platform_device *pdev)
sysclk = devm_clk_get(&pdev->dev, NULL);
if (IS_ERR(sysclk)) {
dev_err(&pdev->dev,
- "the clock is not defined in the devictree\n");
+ "the clock is not defined in the devicetree\n");
return -ENXIO;
}
eth->sysclk = clk_get_rate(sysclk);