On Thu, May 30, 2019 at 1:24 AM 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 Carv
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
---
Documentation/driver-api/gpio/driver.rst | 2 +-
1 file ch