Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

doc:locking: fix locktorture parameter description

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

Signed-off-by: Federico Vaga <federico.vaga@vaga.pv.it>
Link: https://lore.kernel.org/r/20191201121941.6971-1-federico.vaga@vaga.pv.it
Signed-off-by: Jonathan Corbet <corbet@lwn.net>

authored by

Federico Vaga and committed by
Jonathan Corbet
3dbbeef4 bc51a6d3

+1 -2
+1 -2
Documentation/locking/locktorture.rst
··· 103 103 Number of seconds between statistics-related printk()s. 104 104 By default, locktorture will report stats every 60 seconds. 105 105 Setting the interval to zero causes the statistics to 106 - be printed -only- when the module is unloaded, and this 107 - is the default. 106 + be printed -only- when the module is unloaded. 108 107 109 108 stutter 110 109 The length of time to run the test before pausing for this