From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-12.3 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_PATCH,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2DAF2C41604 for ; Tue, 6 Oct 2020 16:36:20 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E10A22075A for ; Tue, 6 Oct 2020 16:36:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1602002179; bh=+CB8jjMst8zzdLXuxv7WzYg9JvfJ4Ew3REwkQs+PixE=; h=Date:From:To:Cc:Subject:Reply-To:References:In-Reply-To:List-ID: From; b=hnZHd+CKZrkQ2t4WTdkTL0WIJ1isK9WuHM2gBNHUv5+1g0ibfW33dmi2flxgt8FZL VNFQ33ohrawYRF00szLk9hZryj0z3rMcDJDRhd3vSDYXp44b0xXQy+Pvf6Rf1eeqTO eIuOKhaufok+NfsiotDHwrWm5SxH48WYIT2RRB4s= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725947AbgJFQgQ (ORCPT ); Tue, 6 Oct 2020 12:36:16 -0400 Received: from mail.kernel.org ([198.145.29.99]:55102 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725906AbgJFQgQ (ORCPT ); Tue, 6 Oct 2020 12:36:16 -0400 Received: from paulmck-ThinkPad-P72.home (50-39-104-11.bvtn.or.frontiernet.net [50.39.104.11]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 61E77206F7; Tue, 6 Oct 2020 16:36:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1602002175; bh=+CB8jjMst8zzdLXuxv7WzYg9JvfJ4Ew3REwkQs+PixE=; h=Date:From:To:Cc:Subject:Reply-To:References:In-Reply-To:From; b=CFefulwnACxWtiRop2t5IpgD8jLNnu2F+9ovGVNZgl5pYpfGBu+m6GGVF3emU3D/T 3A8qY4qMJb0BJfK8JvghLHZqakujmBI4h9Zza2q2iciT/0hgSRJk/HHZLGQFT/2B3T qC00C+rQ49KsEvikaOQEoJPAkr6mKbpndBhcqc3Q= Received: by paulmck-ThinkPad-P72.home (Postfix, from userid 1000) id 198FB3520A8C; Tue, 6 Oct 2020 09:36:15 -0700 (PDT) Date: Tue, 6 Oct 2020 09:36:15 -0700 From: "Paul E. McKenney" To: Mauro Carvalho Chehab Cc: Linux Doc Mailing List , Jonathan Corbet , "Peter Zijlstra (Intel)" , Joel Fernandes , Josh Triplett , Lai Jiangshan , Mathieu Desnoyers , Randy Dunlap , Steven Rostedt , Will Deacon , linux-kernel@vger.kernel.org, rcu@vger.kernel.org Subject: Re: [PATCH 3/4] docs: RCU: Requirements.rst: fix a list block Message-ID: <20201006163615.GL29330@paulmck-ThinkPad-P72> Reply-To: paulmck@kernel.org References: <9f666389cd803b392bf422d31e50c5f9f8c9474c.1601990386.git.mchehab+huawei@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <9f666389cd803b392bf422d31e50c5f9f8c9474c.1601990386.git.mchehab+huawei@kernel.org> User-Agent: Mutt/1.9.4 (2018-02-28) Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org On Tue, Oct 06, 2020 at 03:21:32PM +0200, Mauro Carvalho Chehab wrote: > As warned by Sphinx: > .../Documentation/RCU/Design/Requirements/Requirements.rst:1959: WARNING: Unexpected indentation. > > The list block is missing a space before it, making Sphinx > to get it wrong. > > Fixes: 2a721e5f0b2c ("docs: Update RCU's hotplug requirements with a bit about design") > Signed-off-by: Mauro Carvalho Chehab Applied, thank you! Thanx, Paul > --- > Documentation/RCU/Design/Requirements/Requirements.rst | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/RCU/Design/Requirements/Requirements.rst b/Documentation/RCU/Design/Requirements/Requirements.rst > index 98557fee90cc..9f362827133a 100644 > --- a/Documentation/RCU/Design/Requirements/Requirements.rst > +++ b/Documentation/RCU/Design/Requirements/Requirements.rst > @@ -1954,6 +1954,7 @@ offline CPUs. However, as a debugging measure, the FQS loop does splat > if offline CPUs block an RCU grace period for too long. > > An offline CPU's quiescent state will be reported either: > + > 1. As the CPU goes offline using RCU's hotplug notifier (``rcu_report_dead()``). > 2. When grace period initialization (``rcu_gp_init()``) detects a > race either with CPU offlining or with a task unblocking on a leaf > -- > 2.26.2 >