Re: [PATCH 1/5] docs: watchdog: mlx-wdt: small fixes

From: Guenter Roeck

Date: Fri Feb 27 2026 - 20:51:18 EST


On Fri, Feb 27, 2026 at 05:03:58PM -0800, Randy Dunlap wrote:
> Correct some grammar and spelling mistakes in mlx-wdt.rst.
>
> Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
> ---

Reviewed-by: Guenter Roeck <linux@xxxxxxxxxxxx>

> Cc: Jonathan Corbet <corbet@xxxxxxx>
> Cc: Shuah Khan <skhan@xxxxxxxxxxxxxxxxxxx>
> Cc: Wim Van Sebroeck <wim@xxxxxxxxxxxxxxxxxx>
> Cc: Guenter Roeck <linux@xxxxxxxxxxxx>
> Cc: linux-watchdog@xxxxxxxxxxxxxxx
> Cc: linux-doc@xxxxxxxxxxxxxxx
>
> Documentation/watchdog/mlx-wdt.rst | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> --- linux-next-20260226.orig/Documentation/watchdog/mlx-wdt.rst
> +++ linux-next-20260226/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.