All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] watchdog: f71808e_wdt: Fix typo
@ 2016-04-25 15:34 Knud Poulsen
  2016-04-26  1:41 ` Guenter Roeck
  2016-05-14 18:31 ` Wim Van Sebroeck
  0 siblings, 2 replies; 3+ messages in thread
From: Knud Poulsen @ 2016-04-25 15:34 UTC (permalink / raw)
  Cc: Guenter Roeck, Wim Van Sebroeck, Linux Watchdog

Spelling/ typo

Signed-off-by: Knud Poulsen <knpo@ieee.org>
---
 drivers/watchdog/f71808e_wdt.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/watchdog/f71808e_wdt.c b/drivers/watchdog/f71808e_wdt.c
index 016bd93..f6d7add 100644
--- a/drivers/watchdog/f71808e_wdt.c
+++ b/drivers/watchdog/f71808e_wdt.c
@@ -38,7 +38,7 @@

 #define SIO_F71808FG_LD_WDT	0x07	/* Watchdog timer logical device */
 #define SIO_UNLOCK_KEY		0x87	/* Key to enable Super-I/O */
-#define SIO_LOCK_KEY		0xAA	/* Key to diasble Super-I/O */
+#define SIO_LOCK_KEY		0xAA	/* Key to disable Super-I/O */

 #define SIO_REG_LDSEL		0x07	/* Logical device select */
 #define SIO_REG_DEVID		0x20	/* Device ID (2 bytes) */
-- 
2.5.5

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

* Re: [PATCH] watchdog: f71808e_wdt: Fix typo
  2016-04-25 15:34 [PATCH] watchdog: f71808e_wdt: Fix typo Knud Poulsen
@ 2016-04-26  1:41 ` Guenter Roeck
  2016-05-14 18:31 ` Wim Van Sebroeck
  1 sibling, 0 replies; 3+ messages in thread
From: Guenter Roeck @ 2016-04-26  1:41 UTC (permalink / raw)
  To: Knud Poulsen; +Cc: Wim Van Sebroeck, Linux Watchdog

On 04/25/2016 08:34 AM, Knud Poulsen wrote:
> Spelling/ typo
>
> Signed-off-by: Knud Poulsen <knpo@ieee.org>

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

> ---
>   drivers/watchdog/f71808e_wdt.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/watchdog/f71808e_wdt.c b/drivers/watchdog/f71808e_wdt.c
> index 016bd93..f6d7add 100644
> --- a/drivers/watchdog/f71808e_wdt.c
> +++ b/drivers/watchdog/f71808e_wdt.c
> @@ -38,7 +38,7 @@
>
>   #define SIO_F71808FG_LD_WDT	0x07	/* Watchdog timer logical device */
>   #define SIO_UNLOCK_KEY		0x87	/* Key to enable Super-I/O */
> -#define SIO_LOCK_KEY		0xAA	/* Key to diasble Super-I/O */
> +#define SIO_LOCK_KEY		0xAA	/* Key to disable Super-I/O */
>
>   #define SIO_REG_LDSEL		0x07	/* Logical device select */
>   #define SIO_REG_DEVID		0x20	/* Device ID (2 bytes) */
>


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

* Re: [PATCH] watchdog: f71808e_wdt: Fix typo
  2016-04-25 15:34 [PATCH] watchdog: f71808e_wdt: Fix typo Knud Poulsen
  2016-04-26  1:41 ` Guenter Roeck
@ 2016-05-14 18:31 ` Wim Van Sebroeck
  1 sibling, 0 replies; 3+ messages in thread
From: Wim Van Sebroeck @ 2016-05-14 18:31 UTC (permalink / raw)
  To: Knud Poulsen; +Cc: Guenter Roeck, Linux Watchdog

Hi Knud,

> Spelling/ typo
> 
> Signed-off-by: Knud Poulsen <knpo@ieee.org>
> ---
>  drivers/watchdog/f71808e_wdt.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/watchdog/f71808e_wdt.c b/drivers/watchdog/f71808e_wdt.c
> index 016bd93..f6d7add 100644
> --- a/drivers/watchdog/f71808e_wdt.c
> +++ b/drivers/watchdog/f71808e_wdt.c
> @@ -38,7 +38,7 @@
> 
>  #define SIO_F71808FG_LD_WDT	0x07	/* Watchdog timer logical device */
>  #define SIO_UNLOCK_KEY		0x87	/* Key to enable Super-I/O */
> -#define SIO_LOCK_KEY		0xAA	/* Key to diasble Super-I/O */
> +#define SIO_LOCK_KEY		0xAA	/* Key to disable Super-I/O */
> 
>  #define SIO_REG_LDSEL		0x07	/* Logical device select */
>  #define SIO_REG_DEVID		0x20	/* Device ID (2 bytes) */
> -- 
> 2.5.5

This patch was added to linux-watchdog-next.

Kind Regards,
Wim.


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

end of thread, other threads:[~2016-05-14 18:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-04-25 15:34 [PATCH] watchdog: f71808e_wdt: Fix typo Knud Poulsen
2016-04-26  1:41 ` Guenter Roeck
2016-05-14 18:31 ` Wim Van Sebroeck

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.