]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
staging: mt7621-eth: fix spelling mistake: "devictree" -> "devicetree"
authorColin Ian King <colin.king@canonical.com>
Thu, 22 Mar 2018 09:40:40 +0000 (09:40 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 22 Mar 2018 17:31:04 +0000 (18:31 +0100)
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>
drivers/staging/mt7621-eth/mtk_eth_soc.c

index dea4270478b186068aa477e5ca18461a9cbcd520..cbc7339843a5bf6516be1a80ac853d737c93d730 100644 (file)
@@ -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);