From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mauro Carvalho Chehab Subject: Re: [PATCH v2 12/22] docs: gpio: driver.rst: fix a bad tag Date: Sat, 8 Jun 2019 06:42:08 -0300 Message-ID: <20190608064208.12e0e145@coco.lan> References: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: Linus Walleij Cc: Linux Doc Mailing List , Mauro Carvalho Chehab , "linux-kernel@vger.kernel.org" , Jonathan Corbet , Bartosz Golaszewski , "open list:GPIO SUBSYSTEM" List-Id: linux-gpio@vger.kernel.org Hi Linus, Em Sat, 8 Jun 2019 00:08:10 +0200 Linus Walleij escreveu: > On Tue, Jun 4, 2019 at 4:18 PM Mauro Carvalho Chehab > wrote: > > > With ReST, [foo]_ means a reference to foo, causing this warning: > > > > Documentation/driver-api/gpio/driver.rst:419: WARNING: Unknown target name: "devm". > > > > Fix it by using a literal for the name. > > > > Signed-off-by: Mauro Carvalho Chehab > > Looks identical to the v1 I already applied, so keeping > that one. Thanks for applying it. Yeah, it should be identical (and so it should be the v3 I sent yesterday). v2 and v3 are just rebases on the top of linux-next. Thanks, Mauro