2019-12-01 12:22:37

by Federico Vaga

[permalink] [raw]
Subject: [PATCH] doc:locking: fix locktorture parameter description

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

Signed-off-by: Federico Vaga <[email protected]>
---
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


2019-12-19 16:40:22

by Jonathan Corbet

[permalink] [raw]
Subject: Re: [PATCH] doc:locking: fix locktorture parameter description

On Sun, 1 Dec 2019 13:19:41 +0100
Federico Vaga <[email protected]> wrote:

> The description was talking about two default values: I removed the
> wrong one.
>
> Signed-off-by: Federico Vaga <[email protected]>
> ---
> 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