public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Documentation: watchdog: Fix typo "oncse" -> "once"
@ 2026-05-02 11:19 Wang Zihan
  2026-05-02 14:49 ` Guenter Roeck
  2026-05-02 16:32 ` Randy Dunlap
  0 siblings, 2 replies; 5+ messages in thread
From: Wang Zihan @ 2026-05-02 11:19 UTC (permalink / raw)
  To: linux-watchdog
  Cc: wim, linux, corbet, skhan, linux-doc, linux-kernel, Wang Zihan

Fix a typo in mlx-wdt.rst documentation.

Signed-off-by: Wang Zihan <3772548978@qq.com>
---
 Documentation/watchdog/mlx-wdt.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/watchdog/mlx-wdt.rst b/Documentation/watchdog/mlx-wdt.rst
index 35e690dea..3778f85d1 100644
--- a/Documentation/watchdog/mlx-wdt.rst
+++ b/Documentation/watchdog/mlx-wdt.rst
@@ -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 way, i.e. once started
 it can't be stopped.
 
 This mlx-wdt driver supports both HW watchdog implementations.
-- 
2.54.0


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

* Re: [PATCH] Documentation: watchdog: Fix typo "oncse" -> "once"
  2026-05-02 11:19 [PATCH] Documentation: watchdog: Fix typo "oncse" -> "once" Wang Zihan
@ 2026-05-02 14:49 ` Guenter Roeck
  2026-05-02 16:32 ` Randy Dunlap
  1 sibling, 0 replies; 5+ messages in thread
From: Guenter Roeck @ 2026-05-02 14:49 UTC (permalink / raw)
  To: Wang Zihan, linux-watchdog; +Cc: wim, corbet, skhan, linux-doc, linux-kernel

On 5/2/26 04:19, Wang Zihan wrote:
> Fix a typo in mlx-wdt.rst documentation.
> 
> Signed-off-by: Wang Zihan <3772548978@qq.com>

Reviewed-by: Guenter Roeck <linux@roeck-us.net>


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

* Re: [PATCH] Documentation: watchdog: Fix typo "oncse" -> "once"
  2026-05-02 11:19 [PATCH] Documentation: watchdog: Fix typo "oncse" -> "once" Wang Zihan
  2026-05-02 14:49 ` Guenter Roeck
@ 2026-05-02 16:32 ` Randy Dunlap
  2026-05-02 16:48   ` Randy Dunlap
  2026-05-03 15:21   ` Jonathan Corbet
  1 sibling, 2 replies; 5+ messages in thread
From: Randy Dunlap @ 2026-05-02 16:32 UTC (permalink / raw)
  To: Wang Zihan, linux-watchdog
  Cc: wim, linux, corbet, skhan, linux-doc, linux-kernel



On 5/2/26 4:19 AM, Wang Zihan wrote:
> Fix a typo in mlx-wdt.rst documentation.
> 
> Signed-off-by: Wang Zihan <3772548978@qq.com>
> ---
>  Documentation/watchdog/mlx-wdt.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/watchdog/mlx-wdt.rst b/Documentation/watchdog/mlx-wdt.rst
> index 35e690dea..3778f85d1 100644
> --- a/Documentation/watchdog/mlx-wdt.rst
> +++ b/Documentation/watchdog/mlx-wdt.rst
> @@ -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 way, i.e. once started
>  it can't be stopped.
>  
>  This mlx-wdt driver supports both HW watchdog implementations.

This typo is also fixed in my 5-patch series (pending).

-- 
~Randy


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

* Re: [PATCH] Documentation: watchdog: Fix typo "oncse" -> "once"
  2026-05-02 16:32 ` Randy Dunlap
@ 2026-05-02 16:48   ` Randy Dunlap
  2026-05-03 15:21   ` Jonathan Corbet
  1 sibling, 0 replies; 5+ messages in thread
From: Randy Dunlap @ 2026-05-02 16:48 UTC (permalink / raw)
  To: Wang Zihan, linux-watchdog
  Cc: wim, linux, corbet, skhan, linux-doc, linux-kernel



On 5/2/26 9:32 AM, Randy Dunlap wrote:
> 
> 
> On 5/2/26 4:19 AM, Wang Zihan wrote:
>> Fix a typo in mlx-wdt.rst documentation.
>>
>> Signed-off-by: Wang Zihan <3772548978@qq.com>
>> ---
>>  Documentation/watchdog/mlx-wdt.rst | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/Documentation/watchdog/mlx-wdt.rst b/Documentation/watchdog/mlx-wdt.rst
>> index 35e690dea..3778f85d1 100644
>> --- a/Documentation/watchdog/mlx-wdt.rst
>> +++ b/Documentation/watchdog/mlx-wdt.rst
>> @@ -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 way, i.e. once started
>>  it can't be stopped.
>>  
>>  This mlx-wdt driver supports both HW watchdog implementations.
> 
> This typo is also fixed in my 5-patch series (pending).

[PATCH 1/5] docs: watchdog: mlx-wdt: small fixes
https://lore.kernel.org/linux-watchdog/20260228010402.2389343-2-rdunlap@infradead.org/

-- 
~Randy


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

* Re: [PATCH] Documentation: watchdog: Fix typo "oncse" -> "once"
  2026-05-02 16:32 ` Randy Dunlap
  2026-05-02 16:48   ` Randy Dunlap
@ 2026-05-03 15:21   ` Jonathan Corbet
  1 sibling, 0 replies; 5+ messages in thread
From: Jonathan Corbet @ 2026-05-03 15:21 UTC (permalink / raw)
  To: Randy Dunlap, Wang Zihan, linux-watchdog
  Cc: wim, linux, skhan, linux-doc, linux-kernel

Randy Dunlap <rdunlap@infradead.org> writes:

> On 5/2/26 4:19 AM, Wang Zihan wrote:
>> Fix a typo in mlx-wdt.rst documentation.
>> 
>> Signed-off-by: Wang Zihan <3772548978@qq.com>
>> ---
>>  Documentation/watchdog/mlx-wdt.rst | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>> 
>> diff --git a/Documentation/watchdog/mlx-wdt.rst b/Documentation/watchdog/mlx-wdt.rst
>> index 35e690dea..3778f85d1 100644
>> --- a/Documentation/watchdog/mlx-wdt.rst
>> +++ b/Documentation/watchdog/mlx-wdt.rst
>> @@ -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 way, i.e. once started
>>  it can't be stopped.
>>  
>>  This mlx-wdt driver supports both HW watchdog implementations.
>
> This typo is also fixed in my 5-patch series (pending).

...which I just applied, so this patch here is no longer relevant.
Thank you, though, for working to make our documentation better!

jon

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

end of thread, other threads:[~2026-05-03 15:21 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-02 11:19 [PATCH] Documentation: watchdog: Fix typo "oncse" -> "once" Wang Zihan
2026-05-02 14:49 ` Guenter Roeck
2026-05-02 16:32 ` Randy Dunlap
2026-05-02 16:48   ` Randy Dunlap
2026-05-03 15:21   ` Jonathan Corbet

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