linux-watchdog.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] watchdog: Fix a typo
@ 2021-03-20 21:33 Bhaskar Chowdhury
  2021-03-20 22:40 ` Randy Dunlap
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Bhaskar Chowdhury @ 2021-03-20 21:33 UTC (permalink / raw)
  To: wim, linux, linux-watchdog, linux-kernel; +Cc: rdunlap, Bhaskar Chowdhury

s/parmeter/parameter/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
 drivers/watchdog/sl28cpld_wdt.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/watchdog/sl28cpld_wdt.c b/drivers/watchdog/sl28cpld_wdt.c
index a45047d8d9ab..2de93298475f 100644
--- a/drivers/watchdog/sl28cpld_wdt.c
+++ b/drivers/watchdog/sl28cpld_wdt.c
@@ -164,7 +164,7 @@ static int sl28cpld_wdt_probe(struct platform_device *pdev)

 	/*
 	 * Initial timeout value, may be overwritten by device tree or module
-	 * parmeter in watchdog_init_timeout().
+	 * parameter in watchdog_init_timeout().
 	 *
 	 * Reading a zero here means that either the hardware has a default
 	 * value of zero (which is very unlikely and definitely a hardware
--
2.26.2


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

* Re: [PATCH] watchdog: Fix a typo
  2021-03-20 21:33 [PATCH] watchdog: Fix a typo Bhaskar Chowdhury
@ 2021-03-20 22:40 ` Randy Dunlap
  2021-03-20 23:12 ` Guenter Roeck
  2021-03-22 14:04 ` Guenter Roeck
  2 siblings, 0 replies; 4+ messages in thread
From: Randy Dunlap @ 2021-03-20 22:40 UTC (permalink / raw)
  To: Bhaskar Chowdhury; +Cc: wim, linux, linux-watchdog, linux-kernel



On Sun, 21 Mar 2021, Bhaskar Chowdhury wrote:

> s/parmeter/parameter/
>
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>

Acked-by: Randy Dunlap <rdunlap@infradead.org>


> ---
> drivers/watchdog/sl28cpld_wdt.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/watchdog/sl28cpld_wdt.c b/drivers/watchdog/sl28cpld_wdt.c
> index a45047d8d9ab..2de93298475f 100644
> --- a/drivers/watchdog/sl28cpld_wdt.c
> +++ b/drivers/watchdog/sl28cpld_wdt.c
> @@ -164,7 +164,7 @@ static int sl28cpld_wdt_probe(struct platform_device *pdev)
>
> 	/*
> 	 * Initial timeout value, may be overwritten by device tree or module
> -	 * parmeter in watchdog_init_timeout().
> +	 * parameter in watchdog_init_timeout().
> 	 *
> 	 * Reading a zero here means that either the hardware has a default
> 	 * value of zero (which is very unlikely and definitely a hardware
> --
> 2.26.2
>
>

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

* Re: [PATCH] watchdog: Fix a typo
  2021-03-20 21:33 [PATCH] watchdog: Fix a typo Bhaskar Chowdhury
  2021-03-20 22:40 ` Randy Dunlap
@ 2021-03-20 23:12 ` Guenter Roeck
  2021-03-22 14:04 ` Guenter Roeck
  2 siblings, 0 replies; 4+ messages in thread
From: Guenter Roeck @ 2021-03-20 23:12 UTC (permalink / raw)
  To: Bhaskar Chowdhury, wim, linux-watchdog, linux-kernel; +Cc: rdunlap

On 3/20/21 2:33 PM, Bhaskar Chowdhury wrote:
> s/parmeter/parameter/
> 
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>


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

> ---
>  drivers/watchdog/sl28cpld_wdt.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/watchdog/sl28cpld_wdt.c b/drivers/watchdog/sl28cpld_wdt.c
> index a45047d8d9ab..2de93298475f 100644
> --- a/drivers/watchdog/sl28cpld_wdt.c
> +++ b/drivers/watchdog/sl28cpld_wdt.c
> @@ -164,7 +164,7 @@ static int sl28cpld_wdt_probe(struct platform_device *pdev)
> 
>  	/*
>  	 * Initial timeout value, may be overwritten by device tree or module
> -	 * parmeter in watchdog_init_timeout().
> +	 * parameter in watchdog_init_timeout().
>  	 *
>  	 * Reading a zero here means that either the hardware has a default
>  	 * value of zero (which is very unlikely and definitely a hardware
> --
> 2.26.2
> 


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

* Re: [PATCH] watchdog: Fix a typo
  2021-03-20 21:33 [PATCH] watchdog: Fix a typo Bhaskar Chowdhury
  2021-03-20 22:40 ` Randy Dunlap
  2021-03-20 23:12 ` Guenter Roeck
@ 2021-03-22 14:04 ` Guenter Roeck
  2 siblings, 0 replies; 4+ messages in thread
From: Guenter Roeck @ 2021-03-22 14:04 UTC (permalink / raw)
  To: Bhaskar Chowdhury; +Cc: wim, linux-watchdog, linux-kernel, rdunlap

On Sun, Mar 21, 2021 at 03:03:01AM +0530, Bhaskar Chowdhury wrote:
> s/parmeter/parameter/
> 
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>

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

> ---
>  drivers/watchdog/sl28cpld_wdt.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/watchdog/sl28cpld_wdt.c b/drivers/watchdog/sl28cpld_wdt.c
> index a45047d8d9ab..2de93298475f 100644
> --- a/drivers/watchdog/sl28cpld_wdt.c
> +++ b/drivers/watchdog/sl28cpld_wdt.c
> @@ -164,7 +164,7 @@ static int sl28cpld_wdt_probe(struct platform_device *pdev)
> 
>  	/*
>  	 * Initial timeout value, may be overwritten by device tree or module
> -	 * parmeter in watchdog_init_timeout().
> +	 * parameter in watchdog_init_timeout().
>  	 *
>  	 * Reading a zero here means that either the hardware has a default
>  	 * value of zero (which is very unlikely and definitely a hardware
> --
> 2.26.2
> 

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

end of thread, other threads:[~2021-03-22 14:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-20 21:33 [PATCH] watchdog: Fix a typo Bhaskar Chowdhury
2021-03-20 22:40 ` Randy Dunlap
2021-03-20 23:12 ` Guenter Roeck
2021-03-22 14:04 ` 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).