mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-15 08:14:15 +08:00
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>
This commit is contained in:
parent
da2a68b3eb
commit
9bf2dfb0e4
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user