summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRandy Dunlap <rdunlap@infradead.org>2026-02-28 04:03:58 +0300
committerJonathan Corbet <corbet@lwn.net>2026-05-03 18:17:55 +0300
commit551a7cf2158ce1f3f11e5fa092202fb656e6f8c3 (patch)
tree5e8de3d60f6668041d5ed586af3b6514c5c755fc
parent2367ea8d9d62e8c40866f3a4f62d0cbb48c07822 (diff)
downloadlinux-551a7cf2158ce1f3f11e5fa092202fb656e6f8c3.tar.xz
docs: watchdog: mlx-wdt: small fixes
Correct some grammar and spelling mistakes in mlx-wdt.rst. Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Reviewed-by: Guenter Roeck <linux@roeck-us.net> Signed-off-by: Jonathan Corbet <corbet@lwn.net> Message-ID: <20260228010402.2389343-2-rdunlap@infradead.org>
-rw-r--r--Documentation/watchdog/mlx-wdt.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/watchdog/mlx-wdt.rst b/Documentation/watchdog/mlx-wdt.rst
index 35e690dea9db..2da36c762890 100644
--- a/Documentation/watchdog/mlx-wdt.rst
+++ b/Documentation/watchdog/mlx-wdt.rst
@@ -28,7 +28,7 @@ Type 3:
Same as Type 2 with extended maximum timeout period.
Maximum timeout is 65535 sec.
-Type 1 HW watchdog implementation exist in old systems and
+Type 1 HW watchdog implementation exists in old systems and
all new systems have type 2 HW watchdog.
Two types of HW implementation have also different register map.
@@ -48,7 +48,7 @@ which is optional.
Watchdog can be started during a probe, in this case it will be
pinged by watchdog core before watchdog device will be opened by
user space application.
-Watchdog can be initialised in nowayout way, i.e. oncse started
+Watchdog can be initialised in nowayout mode, i.e. once started
it can't be stopped.
This mlx-wdt driver supports both HW watchdog implementations.