Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751670AbcLENhf (ORCPT ); Mon, 5 Dec 2016 08:37:35 -0500 Received: from ec2-52-27-115-49.us-west-2.compute.amazonaws.com ([52.27.115.49]:44191 "EHLO osg.samsung.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1750849AbcLENhd (ORCPT ); Mon, 5 Dec 2016 08:37:33 -0500 Date: Mon, 5 Dec 2016 11:36:49 -0200 From: Mauro Carvalho Chehab To: Jonathan Corbet Cc: Lukas Wunner , "Rafael J. Wysocki" , Greg Kroah-Hartman , Silvio Fricke , "Luis R. Rodriguez" , Marek Szyprowski , Bartlomiej Zolnierkiewicz , Andrzej Hajda , Inki Dae , Joerg Roedel , Kukjin Kim , Krzysztof Kozlowski , Mark Brown , Tomeu Vizoso , Kevin Hilman , Ulf Hansson , Geert Uytterhoeven , Tobias Jakobi , Tomasz Figa , Grant Likely , Laurent Pinchart , Lars-Peter Clausen , Dmitry Torokhov , Christoph Hellwig , Arnd Bergmann , Alan Stern , Hanjun Guo , linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org, iommu@lists.linux-foundation.org, linux-samsung-soc@vger.kernel.org Subject: Re: [PATCH 1/2] Documentation/core-api/device_link: Add initial documentation Message-ID: <20161205113627.6eff8aa8@vento.lan> In-Reply-To: <20161205060507.6bd6e944@lwn.net> References: <20161205100720.5156a4d2@vento.lan> <20161205060507.6bd6e944@lwn.net> Organization: Samsung X-Mailer: Claws Mail 3.14.1 (GTK+ 2.24.31; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1071 Lines: 42 Em Mon, 5 Dec 2016 06:05:07 -0700 Jonathan Corbet escreveu: > On Mon, 5 Dec 2016 10:07:39 -0200 > Mauro Carvalho Chehab wrote: > > > > +Usage > > > +===== > > > > You should be using, instead: > > > > Usage > > ----- > > > > (and the same '-' symbol for all sections of this chapter) > > > > The way you did, in thesis, ReST should be putting all tags at the > > same level as the first one, as they're all using '='. > > Actually, he did exactly what the documentation guide says to do. Ah, OK! I guess I misread that section of the documentation. > Since > it only has the markers below the heading, it will still be at a lower > level than the top heading, which has markers both above and below. Yes, I noticed that it is on a lower level than the initial one with markers above and below. Lukas, Documentation seems OK, from ReST PoV. Didn't read the documents and the C code to be sure that they match the implementation. Reviewed-by: Mauro Carvalho Chehab -- Thanks, Mauro