[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <9a8e4f8c-48b6-a8a5-6308-124d2ef4ec0b@roeck-us.net>
Date: Sat, 31 Dec 2016 11:11:33 -0800
From: Guenter Roeck <linux@...ck-us.net>
To: Colin King <colin.king@...onical.com>,
Wim Van Sebroeck <wim@...ana.be>,
linux-watchdog@...r.kernel.org
Cc: linux-kernel@...r.kernel.org
Subject: Re: [PATCH] watchdog: orion: fix spelling mistake: "harcoded" ->
"hardcoded"
On 12/29/2016 01:49 PM, Colin King wrote:
> 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>
Reviewed-by: Guenter Roeck <linux@...ck-us.net>
> ---
> 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);
> }
>
>
Powered by blists - more mailing lists