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
> > nam
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 Carva