Skip to content

Commit 85aa9af

Browse files
mchehabJonathan Corbet
authored andcommitted
docs: driver-api: gpio: using-gpio.rst: avoid using ReST :doc:foo markup
The :doc:`foo` tag is auto-generated via automarkup.py. So, use the filename at the sources, instead of :doc:`foo`. Reviewed-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> Link: https://lore.kernel.org/r/506a41353937c455c2e79b5960b0976edc8aa9e9.1623824363.git.mchehab+huawei@kernel.org Signed-off-by: Jonathan Corbet <corbet@lwn.net>
1 parent 29602b7 commit 85aa9af

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Documentation/driver-api/gpio/using-gpio.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ with them.
99

1010
For examples of already existing generic drivers that will also be good
1111
examples for any other kernel drivers you want to author, refer to
12-
:doc:`drivers-on-gpio`
12+
Documentation/driver-api/gpio/drivers-on-gpio.rst
1313

1414
For any kind of mass produced system you want to support, such as servers,
1515
laptops, phones, tablets, routers, and any consumer or office or business goods
1616
using appropriate kernel drivers is paramount. Submit your code for inclusion
1717
in the upstream Linux kernel when you feel it is mature enough and you will get
18-
help to refine it, see :doc:`../../process/submitting-patches`.
18+
help to refine it, see Documentation/process/submitting-patches.rst.
1919

2020
In Linux GPIO lines also have a userspace ABI.
2121

0 commit comments

Comments
 (0)