Linux Documentation
 help / color / mirror / Atom feed
* [PATCH] docs: watchdog: Fix brackets
@ 2026-06-27  9:17 Manuel Ebner
  2026-06-27 18:11 ` Randy Dunlap
  2026-07-02 14:13 ` Guenter Roeck
  0 siblings, 2 replies; 7+ messages in thread
From: Manuel Ebner @ 2026-06-27  9:17 UTC (permalink / raw)
  To: Wim Van Sebroeck, Guenter Roeck, Jonathan Corbet, Shuah Khan,
	open list:WATCHDOG DEVICE DRIVERS, open list:DOCUMENTATION,
	open list, Randy Dunlap
  Cc: Manuel Ebner

Add missing brackets ')'.

Signed-off-by: Manuel Ebner <manuelebner@mailbox.org>
---
 Documentation/watchdog/watchdog-parameters.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/watchdog/watchdog-parameters.rst b/Documentation/watchdog/watchdog-parameters.rst
index 2359aa32e25d..8e2df5b7d241 100644
--- a/Documentation/watchdog/watchdog-parameters.rst
+++ b/Documentation/watchdog/watchdog-parameters.rst
@@ -59,7 +59,7 @@ advantechwdt:
 
 alim1535_wdt:
     timeout:
-	Watchdog timeout in seconds. (0 < timeout < 18000, default=60
+	Watchdog timeout in seconds. (0 < timeout < 18000, default=60)
     nowayout:
 	Watchdog cannot be stopped once started
 	(default=kernel config parameter)
@@ -68,7 +68,7 @@ alim1535_wdt:
 
 alim7101_wdt:
     timeout:
-	Watchdog timeout in seconds. (1<=timeout<=3600, default=30
+	Watchdog timeout in seconds. (1<=timeout<=3600, default=30)
     use_gpio:
 	Use the gpio watchdog (required by old cobalt boards).
 	default=0/off/no
-- 
2.54.0


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

* Re: [PATCH] docs: watchdog: Fix brackets
  2026-06-27  9:17 [PATCH] docs: watchdog: Fix brackets Manuel Ebner
@ 2026-06-27 18:11 ` Randy Dunlap
  2026-06-29 13:24   ` Manuel Ebner
  2026-07-02 14:13 ` Guenter Roeck
  1 sibling, 1 reply; 7+ messages in thread
From: Randy Dunlap @ 2026-06-27 18:11 UTC (permalink / raw)
  To: Manuel Ebner, Wim Van Sebroeck, Guenter Roeck, Jonathan Corbet,
	Shuah Khan, open list:WATCHDOG DEVICE DRIVERS,
	open list:DOCUMENTATION, open list



On 6/27/26 2:17 AM, Manuel Ebner wrote:
> Add missing brackets ')'.
> 
> Signed-off-by: Manuel Ebner <manuelebner@mailbox.org>

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

> ---
>  Documentation/watchdog/watchdog-parameters.rst | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/Documentation/watchdog/watchdog-parameters.rst b/Documentation/watchdog/watchdog-parameters.rst
> index 2359aa32e25d..8e2df5b7d241 100644
> --- a/Documentation/watchdog/watchdog-parameters.rst
> +++ b/Documentation/watchdog/watchdog-parameters.rst
> @@ -59,7 +59,7 @@ advantechwdt:
>  
>  alim1535_wdt:
>      timeout:
> -	Watchdog timeout in seconds. (0 < timeout < 18000, default=60
> +	Watchdog timeout in seconds. (0 < timeout < 18000, default=60)
>      nowayout:
>  	Watchdog cannot be stopped once started
>  	(default=kernel config parameter)
> @@ -68,7 +68,7 @@ alim1535_wdt:
>  
>  alim7101_wdt:
>      timeout:
> -	Watchdog timeout in seconds. (1<=timeout<=3600, default=30
> +	Watchdog timeout in seconds. (1<=timeout<=3600, default=30)
>      use_gpio:
>  	Use the gpio watchdog (required by old cobalt boards).
>  	default=0/off/no

-- 
~Randy

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

* Re: [PATCH] docs: watchdog: Fix brackets
  2026-06-27 18:11 ` Randy Dunlap
@ 2026-06-29 13:24   ` Manuel Ebner
  2026-06-29 13:42     ` Jonathan Corbet
  0 siblings, 1 reply; 7+ messages in thread
From: Manuel Ebner @ 2026-06-29 13:24 UTC (permalink / raw)
  To: rdunlap
  Cc: corbet, linux-doc, linux-kernel, linux-watchdog, linux,
	manuelebner, skhan, wim

Hi,

is this patch on it's way?

Thanks
 Manuel

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

* Re: [PATCH] docs: watchdog: Fix brackets
  2026-06-29 13:24   ` Manuel Ebner
@ 2026-06-29 13:42     ` Jonathan Corbet
  2026-06-29 13:47       ` Manuel Ebner
  2026-06-29 14:36       ` Guenter Roeck
  0 siblings, 2 replies; 7+ messages in thread
From: Jonathan Corbet @ 2026-06-29 13:42 UTC (permalink / raw)
  To: Manuel Ebner, rdunlap
  Cc: linux-doc, linux-kernel, linux-watchdog, linux, manuelebner,
	skhan, wim

Manuel Ebner <manuelebner@mailbox.org> writes:

> Hi,
>
> is this patch on it's way?

On its way where?

You posted it two days ago, during the merge window.  Surely you do not
expect action on it that quickly?

jon

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

* Re: [PATCH] docs: watchdog: Fix brackets
  2026-06-29 13:42     ` Jonathan Corbet
@ 2026-06-29 13:47       ` Manuel Ebner
  2026-06-29 14:36       ` Guenter Roeck
  1 sibling, 0 replies; 7+ messages in thread
From: Manuel Ebner @ 2026-06-29 13:47 UTC (permalink / raw)
  To: Jonathan Corbet, rdunlap
  Cc: linux-doc, linux-kernel, linux-watchdog, linux, skhan, wim

My bad, sorry.

 Manuel

On Mon, 2026-06-29 at 07:42 -0600, Jonathan Corbet wrote:
> Manuel Ebner <manuelebner@mailbox.org> writes:
> 
> > Hi,
> > 
> > is this patch on it's way?
> 
> On its way where?
> 
> You posted it two days ago, during the merge window.  Surely you do not
> expect action on it that quickly?
> 
> jon

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

* Re: [PATCH] docs: watchdog: Fix brackets
  2026-06-29 13:42     ` Jonathan Corbet
  2026-06-29 13:47       ` Manuel Ebner
@ 2026-06-29 14:36       ` Guenter Roeck
  1 sibling, 0 replies; 7+ messages in thread
From: Guenter Roeck @ 2026-06-29 14:36 UTC (permalink / raw)
  To: Jonathan Corbet, Manuel Ebner, rdunlap
  Cc: linux-doc, linux-kernel, linux-watchdog, skhan, wim

On 6/29/26 06:42, Jonathan Corbet wrote:
> Manuel Ebner <manuelebner@mailbox.org> writes:
> 
>> Hi,
>>
>> is this patch on it's way?
> 
> On its way where?
> 
> You posted it two days ago, during the merge window.  Surely you do not
> expect action on it that quickly?
> 

Unfortunately people do have such expectations nowadays.

Then I come in the day after the commit window closes, with the thought
of spending a lot of (unpaid) time this week reviewing patches, and
instead start thinking that maybe it is time to resign as maintainer.

Guenter


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

* Re: [PATCH] docs: watchdog: Fix brackets
  2026-06-27  9:17 [PATCH] docs: watchdog: Fix brackets Manuel Ebner
  2026-06-27 18:11 ` Randy Dunlap
@ 2026-07-02 14:13 ` Guenter Roeck
  1 sibling, 0 replies; 7+ messages in thread
From: Guenter Roeck @ 2026-07-02 14:13 UTC (permalink / raw)
  To: Manuel Ebner
  Cc: Wim Van Sebroeck, Jonathan Corbet, Shuah Khan,
	open list:WATCHDOG DEVICE DRIVERS, open list:DOCUMENTATION,
	open list, Randy Dunlap

On Sat, Jun 27, 2026 at 11:17:08AM +0200, Manuel Ebner wrote:
> Add missing brackets ')'.
> 
> Signed-off-by: Manuel Ebner <manuelebner@mailbox.org>
> Reviewed-by: Randy Dunlap <rdunlap@infradead.org>

Applied.

Guenter

> ---
>  Documentation/watchdog/watchdog-parameters.rst | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/Documentation/watchdog/watchdog-parameters.rst b/Documentation/watchdog/watchdog-parameters.rst
> index 2359aa32e25d..8e2df5b7d241 100644
> --- a/Documentation/watchdog/watchdog-parameters.rst
> +++ b/Documentation/watchdog/watchdog-parameters.rst
> @@ -59,7 +59,7 @@ advantechwdt:
>  
>  alim1535_wdt:
>      timeout:
> -	Watchdog timeout in seconds. (0 < timeout < 18000, default=60
> +	Watchdog timeout in seconds. (0 < timeout < 18000, default=60)
>      nowayout:
>  	Watchdog cannot be stopped once started
>  	(default=kernel config parameter)
> @@ -68,7 +68,7 @@ alim1535_wdt:
>  
>  alim7101_wdt:
>      timeout:
> -	Watchdog timeout in seconds. (1<=timeout<=3600, default=30
> +	Watchdog timeout in seconds. (1<=timeout<=3600, default=30)
>      use_gpio:
>  	Use the gpio watchdog (required by old cobalt boards).
>  	default=0/off/no

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

end of thread, other threads:[~2026-07-02 14:13 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-27  9:17 [PATCH] docs: watchdog: Fix brackets Manuel Ebner
2026-06-27 18:11 ` Randy Dunlap
2026-06-29 13:24   ` Manuel Ebner
2026-06-29 13:42     ` Jonathan Corbet
2026-06-29 13:47       ` Manuel Ebner
2026-06-29 14:36       ` Guenter Roeck
2026-07-02 14:13 ` Guenter Roeck

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox