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=-8.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_2 autolearn=ham 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 E39E7C32750 for ; Tue, 30 Jul 2019 23:57:11 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id B6F332087F for ; Tue, 30 Jul 2019 23:57:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1564531031; bh=eAlf5bCuPFyOwqZ++7/dcq+8Zj8j2R0TzPAh5qW1I6E=; h=Date:From:To:Cc:Subject:In-Reply-To:References:List-ID:From; b=GVDf0p7PyYGqs5e/GJhtj0L7c0kICk3nnSkxmg3I45pKhZHIx1WTj/cEEgh0YbeZs Egu8W2gDm4K9duxOwNcSFZhXCwv8pZr9u8AJafQJ+Naj2/0SRUqTq3gRVKj5PSqyNO gObluogXBIUnUAYbkcc3By8PGGAiP40zC/9iySUs= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727989AbfG3X5L (ORCPT ); Tue, 30 Jul 2019 19:57:11 -0400 Received: from bombadil.infradead.org ([198.137.202.133]:53250 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727981AbfG3X5L (ORCPT ); Tue, 30 Jul 2019 19:57:11 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20170209; h=Content-Transfer-Encoding: Content-Type:MIME-Version:References:In-Reply-To:Message-ID:Subject:Cc:To: From:Date:Sender:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=nLImo0QgwL+GI9wIFh3eNs6gA530BwbjFLbIxMV0sgM=; b=UyzNtt6hMaJlEFALNVMK37+eL IeDCrq8WQwsFoFUx64vo2U6MqAkxcbrr9Eru4tWqLNk4g2zBXuCGaAOXMh1HqNeOFKt26G00rlT+q //SWtsnmkrlqiGIG0ymlcauv81B6avDidcg8u0kKFC7lPWRf30qKL9n+2ukjOMebyEl7fWG4hjyw3 GQlGLkPNU7ebwsZA9RPrx8evZdvq6ImJXI2ijuwIlJ3KvSHc5ho/+0PIHRYfjV5O8P+MI4/lG2VSt tTXSWHXog5jHG6qOCpkySpzfYfe0Tb1UfnUlpksCDmvPdDqzZKBckhcjbGZuV4dkBk0Ni3mjTg+La 9h9+2d7JQ==; Received: from [177.157.101.143] (helo=coco.lan) by bombadil.infradead.org with esmtpsa (Exim 4.92 #3 (Red Hat Linux)) id 1hsbzS-0006uA-Cm; Tue, 30 Jul 2019 23:57:10 +0000 Date: Tue, 30 Jul 2019 20:57:04 -0300 From: Mauro Carvalho Chehab To: "Joel Fernandes (Google)" Cc: linux-kernel@vger.kernel.org, Jonathan Corbet , Josh Triplett , Lai Jiangshan , linux-doc@vger.kernel.org, Mathieu Desnoyers , "Paul E. McKenney" , rcu@vger.kernel.org, Steven Rostedt Subject: Re: [PATCH v3 3/3] docs: rcu: Increase toctree to 3 Message-ID: <20190730205704.2bd7b45c@coco.lan> In-Reply-To: <20190730231030.27510-4-joel@joelfernandes.org> References: <20190730231030.27510-1-joel@joelfernandes.org> <20190730231030.27510-4-joel@joelfernandes.org> X-Mailer: Claws Mail 3.17.3 (GTK+ 2.24.32; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: rcu-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: rcu@vger.kernel.org Em Tue, 30 Jul 2019 19:10:30 -0400 "Joel Fernandes (Google)" escreveu: > These documents are long and have various sections. Provide a good > toc nesting level. > > Signed-off-by: Joel Fernandes (Google) > --- > Documentation/RCU/index.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/RCU/index.rst b/Documentation/RCU/index.rst > index 94427dc1f23d..5c99185710fa 100644 > --- a/Documentation/RCU/index.rst > +++ b/Documentation/RCU/index.rst > @@ -5,7 +5,7 @@ RCU concepts > ============ > > .. toctree:: > - :maxdepth: 1 > + :maxdepth: 3 Makes sense to me. Reviewed-by: Mauro Carvalho Chehab Thanks, Mauro