linux-watchdog.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] watchdog: wdat_wdg: fix typo
@ 2021-02-16 14:17 Flavio Suligoi
  2021-02-16 14:24 ` Mika Westerberg
  2021-02-16 15:15 ` Guenter Roeck
  0 siblings, 2 replies; 3+ messages in thread
From: Flavio Suligoi @ 2021-02-16 14:17 UTC (permalink / raw)
  To: Wim Van Sebroeck, Guenter Roeck, Mika Westerberg
  Cc: linux-watchdog, linux-kernel, Flavio Suligoi

Fix the following typo:

"recommeded" --> "recommended"
"firmare"    --> "firmware"

Signed-off-by: Flavio Suligoi <f.suligoi@asem.it>
---
 drivers/watchdog/wdat_wdt.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/watchdog/wdat_wdt.c b/drivers/watchdog/wdat_wdt.c
index cec7917790e5..195c8c004b69 100644
--- a/drivers/watchdog/wdat_wdt.c
+++ b/drivers/watchdog/wdat_wdt.c
@@ -208,7 +208,7 @@ static int wdat_wdt_enable_reboot(struct wdat_wdt *wdat)
 	/*
 	 * WDAT specification says that the watchdog is required to reboot
 	 * the system when it fires. However, it also states that it is
-	 * recommeded to make it configurable through hardware register. We
+	 * recommended to make it configurable through hardware register. We
 	 * enable reboot now if it is configurable, just in case.
 	 */
 	ret = wdat_wdt_run_action(wdat, ACPI_WDAT_SET_REBOOT, 0, NULL);
@@ -475,7 +475,7 @@ static int wdat_wdt_suspend_noirq(struct device *dev)
 		return 0;
 
 	/*
-	 * We need to stop the watchdog if firmare is not doing it or if we
+	 * We need to stop the watchdog if firmware is not doing it or if we
 	 * are going suspend to idle (where firmware is not involved). If
 	 * firmware is stopping the watchdog we kick it here one more time
 	 * to give it some time.
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] watchdog: wdat_wdg: fix typo
  2021-02-16 14:17 [PATCH] watchdog: wdat_wdg: fix typo Flavio Suligoi
@ 2021-02-16 14:24 ` Mika Westerberg
  2021-02-16 15:15 ` Guenter Roeck
  1 sibling, 0 replies; 3+ messages in thread
From: Mika Westerberg @ 2021-02-16 14:24 UTC (permalink / raw)
  To: Flavio Suligoi
  Cc: Wim Van Sebroeck, Guenter Roeck, linux-watchdog, linux-kernel

On Tue, Feb 16, 2021 at 03:17:27PM +0100, Flavio Suligoi wrote:
> Fix the following typo:
> 
> "recommeded" --> "recommended"
> "firmare"    --> "firmware"
> 
> Signed-off-by: Flavio Suligoi <f.suligoi@asem.it>

Reviewed-by: Mika Westerberg <mika.westerberg@linux.intel.com>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] watchdog: wdat_wdg: fix typo
  2021-02-16 14:17 [PATCH] watchdog: wdat_wdg: fix typo Flavio Suligoi
  2021-02-16 14:24 ` Mika Westerberg
@ 2021-02-16 15:15 ` Guenter Roeck
  1 sibling, 0 replies; 3+ messages in thread
From: Guenter Roeck @ 2021-02-16 15:15 UTC (permalink / raw)
  To: Flavio Suligoi, Wim Van Sebroeck, Mika Westerberg
  Cc: linux-watchdog, linux-kernel

On 2/16/21 6:17 AM, Flavio Suligoi wrote:
> Fix the following typo:
> 
> "recommeded" --> "recommended"
> "firmare"    --> "firmware"
> 
> Signed-off-by: Flavio Suligoi <f.suligoi@asem.it>

Reviewed-by: Guenter Roeck <linux@roeck-us.net>

> ---
>  drivers/watchdog/wdat_wdt.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/watchdog/wdat_wdt.c b/drivers/watchdog/wdat_wdt.c
> index cec7917790e5..195c8c004b69 100644
> --- a/drivers/watchdog/wdat_wdt.c
> +++ b/drivers/watchdog/wdat_wdt.c
> @@ -208,7 +208,7 @@ static int wdat_wdt_enable_reboot(struct wdat_wdt *wdat)
>  	/*
>  	 * WDAT specification says that the watchdog is required to reboot
>  	 * the system when it fires. However, it also states that it is
> -	 * recommeded to make it configurable through hardware register. We
> +	 * recommended to make it configurable through hardware register. We
>  	 * enable reboot now if it is configurable, just in case.
>  	 */
>  	ret = wdat_wdt_run_action(wdat, ACPI_WDAT_SET_REBOOT, 0, NULL);
> @@ -475,7 +475,7 @@ static int wdat_wdt_suspend_noirq(struct device *dev)
>  		return 0;
>  
>  	/*
> -	 * We need to stop the watchdog if firmare is not doing it or if we
> +	 * We need to stop the watchdog if firmware is not doing it or if we
>  	 * are going suspend to idle (where firmware is not involved). If
>  	 * firmware is stopping the watchdog we kick it here one more time
>  	 * to give it some time.
> 


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-02-16 15:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-16 14:17 [PATCH] watchdog: wdat_wdg: fix typo Flavio Suligoi
2021-02-16 14:24 ` Mika Westerberg
2021-02-16 15:15 ` Guenter Roeck

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).