Re: [PATCH v3 3/3] docs: rcu: Increase toctree to 3
From: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Date: 2019-07-30 23:57:13
Also in:
lkml, rcu
From: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Date: 2019-07-30 23:57:13
Also in:
lkml, rcu
Em Tue, 30 Jul 2019 19:10:30 -0400 "Joel Fernandes (Google)" [off-list ref] escreveu:
These documents are long and have various sections. Provide a good toc nesting level. Signed-off-by: Joel Fernandes (Google) <redacted> --- 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 <mchehab+samsung@kernel.org> Thanks, Mauro