Skip to content

Commit 12a0148

Browse files
Colin Ian Kinggregkh
authored andcommitted
staging: mt7621-eth: fix spelling mistake: "devictree" -> "devicetree"
Trivial fix to spelling mistake in dev_err message text Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 3eb3c3e commit 12a0148

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/staging/mt7621-eth/mtk_eth_soc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2096,7 +2096,7 @@ static int mtk_probe(struct platform_device *pdev)
20962096
sysclk = devm_clk_get(&pdev->dev, NULL);
20972097
if (IS_ERR(sysclk)) {
20982098
dev_err(&pdev->dev,
2099-
"the clock is not defined in the devictree\n");
2099+
"the clock is not defined in the devicetree\n");
21002100
return -ENXIO;
21012101
}
21022102
eth->sysclk = clk_get_rate(sysclk);

0 commit comments

Comments
 (0)