Re: [PATCH] docs: watchdog: Fix brackets
Guenter Roeck <[email protected]>
| Newsgroups | org.kernel.vger.linux-watchdog,org.kernel.vger.linux-doc,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
On Sat, Jun 27, 2026 at 11:17:08AM +0200, Manuel Ebner wrote: > Add missing brackets ')'. > > Signed-off-by: Manuel Ebner <[email protected]> > Reviewed-by: Randy Dunlap <[email protected]> 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