diff options
| author | Manuel Ebner <manuelebner@mailbox.org> | 2026-06-27 11:17:08 +0200 |
|---|---|---|
| committer | Guenter Roeck <linux@roeck-us.net> | 2026-07-02 07:12:58 -0700 |
| commit | 0be186a120a797edb28effb9359296ce4cde9a25 (patch) | |
| tree | 2417fe56effa286e516538b7195e9157f0e54cb9 /Documentation/watchdog | |
| parent | 36e05e134ee44f9fbfcebcbcdadb5f765fccd9f0 (diff) | |
docs: watchdog: Fix brackets
Add missing brackets ')'.
Signed-off-by: Manuel Ebner <manuelebner@mailbox.org>
Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
Link: https://lore.kernel.org/r/20260627091707.29688-2-manuelebner@mailbox.org
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'Documentation/watchdog')
| -rw-r--r-- | Documentation/watchdog/watchdog-parameters.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/watchdog/watchdog-parameters.rst b/Documentation/watchdog/watchdog-parameters.rst index ec5f67c060cb..502cb6adbeda 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 |
