linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] doc:locking: fix locktorture parameter description
@ 2019-12-01 12:19 Federico Vaga
  2019-12-19 16:39 ` Jonathan Corbet
  0 siblings, 1 reply; 2+ messages in thread
From: Federico Vaga @ 2019-12-01 12:19 UTC (permalink / raw)
  To: Jonathan Corbet; +Cc: linux-kernel, linux-doc, Federico Vaga

The description was talking about two default values: I removed the
wrong one.

Signed-off-by: Federico Vaga <federico.vaga@vaga.pv.it>
---
 Documentation/locking/locktorture.rst | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/Documentation/locking/locktorture.rst b/Documentation/locking/locktorture.rst
index 54899c95e45e..e49da0a0bf94 100644
--- a/Documentation/locking/locktorture.rst
+++ b/Documentation/locking/locktorture.rst
@@ -105,8 +105,7 @@ stat_interval
 		  Number of seconds between statistics-related printk()s.
 		  By default, locktorture will report stats every 60 seconds.
 		  Setting the interval to zero causes the statistics to
-		  be printed -only- when the module is unloaded, and this
-		  is the default.
+		  be printed -only- when the module is unloaded.
 
 stutter
 		  The length of time to run the test before pausing for this
-- 
2.23.0


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

* Re: [PATCH] doc:locking: fix locktorture parameter description
  2019-12-01 12:19 [PATCH] doc:locking: fix locktorture parameter description Federico Vaga
@ 2019-12-19 16:39 ` Jonathan Corbet
  0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Corbet @ 2019-12-19 16:39 UTC (permalink / raw)
  To: Federico Vaga; +Cc: linux-kernel, linux-doc

On Sun,  1 Dec 2019 13:19:41 +0100
Federico Vaga <federico.vaga@vaga.pv.it> wrote:

> The description was talking about two default values: I removed the
> wrong one.
> 
> Signed-off-by: Federico Vaga <federico.vaga@vaga.pv.it>
> ---
>  Documentation/locking/locktorture.rst | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)
> 
> diff --git a/Documentation/locking/locktorture.rst b/Documentation/locking/locktorture.rst
> index 54899c95e45e..e49da0a0bf94 100644
> --- a/Documentation/locking/locktorture.rst
> +++ b/Documentation/locking/locktorture.rst
> @@ -105,8 +105,7 @@ stat_interval
>  		  Number of seconds between statistics-related printk()s.
>  		  By default, locktorture will report stats every 60 seconds.
>  		  Setting the interval to zero causes the statistics to
> -		  be printed -only- when the module is unloaded, and this
> -		  is the default.
> +		  be printed -only- when the module is unloaded.
>  
>  stutter
>  		  The length of time to run the test before pausing for this

Applied (finally) thanks.

jon

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

end of thread, other threads:[~2019-12-19 16:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-01 12:19 [PATCH] doc:locking: fix locktorture parameter description Federico Vaga
2019-12-19 16:39 ` Jonathan Corbet

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).