2021-03-20 21:37:53

by Bhaskar Chowdhury

[permalink] [raw]
Subject: [PATCH] watchdog: Fix a typo

s/parmeter/parameter/

Signed-off-by: Bhaskar Chowdhury <[email protected]>
---
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


2021-03-20 22:53:22

by Randy Dunlap

[permalink] [raw]
Subject: Re: [PATCH] watchdog: Fix a typo



On Sun, 21 Mar 2021, Bhaskar Chowdhury wrote:

> s/parmeter/parameter/
>
> Signed-off-by: Bhaskar Chowdhury <[email protected]>

Acked-by: Randy Dunlap <[email protected]>


> ---
> 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
>
>

2021-03-20 23:18:32

by Guenter Roeck

[permalink] [raw]
Subject: Re: [PATCH] watchdog: Fix a typo

On 3/20/21 2:33 PM, Bhaskar Chowdhury wrote:
> s/parmeter/parameter/
>
> Signed-off-by: Bhaskar Chowdhury <[email protected]>


Reviewed-by: Guenter Roeck <[email protected]>

> ---
> 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
>

2021-03-22 14:08:00

by Guenter Roeck

[permalink] [raw]
Subject: Re: [PATCH] watchdog: Fix a typo

On Sun, Mar 21, 2021 at 03:03:01AM +0530, Bhaskar Chowdhury wrote:
> s/parmeter/parameter/
>
> Signed-off-by: Bhaskar Chowdhury <[email protected]>

Reviewed-by: Guenter Roeck <[email protected]>

> ---
> 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
>