diff options
author | Colin Ian King <colin.king@canonical.com> | 2016-12-30 00:49:18 +0300 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2017-02-25 01:00:23 +0300 |
commit | 9bf2dfb0e4bce68d9c0b0109e150f6b099276957 (patch) | |
tree | b6be35a55df97a039b406bbefd68b070b9e8de6d /drivers/watchdog | |
parent | da2a68b3eb47b9fb071def3f374258b2ce454096 (diff) | |
download | linux-9bf2dfb0e4bce68d9c0b0109e150f6b099276957.tar.xz |
watchdog: orion: fix spelling mistake: "harcoded" -> "hardcoded"
Trivial fix to spelling mistake in WARN message
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'drivers/watchdog')
-rw-r--r-- | drivers/watchdog/orion_wdt.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); } |