[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20161229214918.28526-1-colin.king@canonical.com>
Date: Thu, 29 Dec 2016 21:49:18 +0000
From: Colin King <colin.king@...onical.com>
To: Wim Van Sebroeck <wim@...ana.be>,
Guenter Roeck <linux@...ck-us.net>,
linux-watchdog@...r.kernel.org
Cc: linux-kernel@...r.kernel.org
Subject: [PATCH] watchdog: orion: fix spelling mistake: "harcoded" -> "hardcoded"
From: Colin Ian King <colin.king@...onical.com>
Trivial fix to spelling mistake in WARN message
Signed-off-by: Colin Ian King <colin.king@...onical.com>
---
drivers/watchdog/orion_wdt.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/watchdog/orion_wdt.c b/drivers/watchdog/orion_wdt.c
index c6b8f4a..39be4dd 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);
}
--
2.10.2
Powered by blists - more mailing lists