From: Colin Ian King Date: Thu, 29 Dec 2016 21:49:18 +0000 (+0000) Subject: watchdog: orion: fix spelling mistake: "harcoded" -> "hardcoded" X-Git-Tag: v4.11-rc1~66^2~45 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=9bf2dfb0e4bce68d9c0b0109e150f6b099276957;p=linux.git watchdog: orion: fix spelling mistake: "harcoded" -> "hardcoded" Trivial fix to spelling mistake in WARN message Signed-off-by: Colin Ian King Reviewed-by: Guenter Roeck Signed-off-by: Guenter Roeck --- diff --git a/drivers/watchdog/orion_wdt.c b/drivers/watchdog/orion_wdt.c index c6b8f4a43bde..39be4dd8035e 100644 --- a/drivers/watchdog/orion_wdt.c +++ b/drivers/watchdog/orion_wdt.c @@ -395,7 +395,7 @@ static void __iomem *orion_wdt_ioremap_rstout(struct platform_device *pdev, rstout = internal_regs + ORION_RSTOUT_MASK_OFFSET; - WARN(1, FW_BUG "falling back to harcoded RSTOUT reg %pa\n", &rstout); + WARN(1, FW_BUG "falling back to hardcoded RSTOUT reg %pa\n", &rstout); return devm_ioremap(&pdev->dev, rstout, 0x4); }