Received: by 2002:a25:8b91:0:0:0:0:0 with SMTP id j17csp2139403ybl; Thu, 19 Dec 2019 08:40:22 -0800 (PST) X-Google-Smtp-Source: APXvYqxivYvUxEUIVNhxZkjmECZpkrYsuvLW8YRAC/nV8ZvQQVtHqyfr6X2SCI0HoBC9aDrc4fVA X-Received: by 2002:a9d:3677:: with SMTP id w110mr9960023otb.139.1576773622733; Thu, 19 Dec 2019 08:40:22 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1576773622; cv=none; d=google.com; s=arc-20160816; b=I35u/IeZ2502+4FUek2//UVim75nKvHZ7fJRWd3N6W2P3UxJEsmuAt1DlJQK8+UC8D gwByRL/L5FFso+W98yYFZ4iXcrR4c21VC66eDCeLZ6bXAqlLqCiqlkM8yuFaGkToWxKH 5WOnr1iCDfNIvUFBq6bXyUczU5v0VUG1ws0D/25ZIslUH9i7l2JPWkE9aMyYya9XXwa7 3AJMtYdjhg2IhVE6QUWg4L7anON0BSu2vEg17kavOC5posMXelwXOrxJues3ENiQPrY4 ZXLmMTJsb/RdMziVmMjw8v3NaqRMtXPi0OSMpybe/HMFDLPr+f0LGu+8yj4l/NZhJ+yZ PZ8A== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :organization:references:in-reply-to:message-id:subject:cc:to:from :date; bh=nOeC+HWM5gUL0/1PCWGFa0LJcrka7OozJbGaebnfiko=; b=ExulYhCx2EMv7knaTf3NmHXLlae2Ip9G4kYLOtsKASpn/IXQZfYN/N3n7vAVi4ikDx SHBAX15tcix0rHOrhtmHDwgQwlaYUwOfanhIxDcjz+JDflHfHzbDWPzYJH1DgC2Hdx3Z +V4/+ueFG4PNtaRfjxHQRXXHm9OygT/BQCEooR1vMWaNL3pQbDqisn7dJTwNiJlhbDPr N+DL7HudSn4xRhrmt+Kbm80EWwhb9N7Nm6/+xZj78fPYPVnqzhsPQGorS+GB0wB2noKk asDk7he9dq0VlwMahAUC5MIh9gKlkYlhs/zP0hmX9UYTq7+uAUVGAoj8xpYykN5suVv2 lSbQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id h3si3619237otq.203.2019.12.19.08.40.09; Thu, 19 Dec 2019 08:40:22 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726918AbfLSQjV (ORCPT + 99 others); Thu, 19 Dec 2019 11:39:21 -0500 Received: from ms.lwn.net ([45.79.88.28]:37184 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726801AbfLSQjU (ORCPT ); Thu, 19 Dec 2019 11:39:20 -0500 Received: from lwn.net (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ms.lwn.net (Postfix) with ESMTPSA id 6745E382; Thu, 19 Dec 2019 16:39:20 +0000 (UTC) Date: Thu, 19 Dec 2019 09:39:19 -0700 From: Jonathan Corbet To: Federico Vaga Cc: linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org Subject: Re: [PATCH] doc:locking: fix locktorture parameter description Message-ID: <20191219093919.59de5cf6@lwn.net> In-Reply-To: <20191201121941.6971-1-federico.vaga@vaga.pv.it> References: <20191201121941.6971-1-federico.vaga@vaga.pv.it> Organization: LWN.net MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, 1 Dec 2019 13:19:41 +0100 Federico Vaga wrote: > The description was talking about two default values: I removed the > wrong one. > > Signed-off-by: Federico Vaga > --- > 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