Skip to content

Commit 7832dea

Browse files
mchehabgregkh
authored andcommitted
docs: ABI: don't escape ReST-incompatible chars from obsolete and removed
With just a single fix, the contents there can be parsed properly without the need to escape any ReST incompatible stuff. Acked-by: Jonathan Corbet <corbet@lwn.net> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> Link: https://lore.kernel.org/r/472f4574b6aa2ff4de5a819db1a4a5c9a34f5168.1604042072.git.mchehab+huawei@kernel.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent c12759f commit 7832dea

3 files changed

Lines changed: 4 additions & 0 deletions

File tree

Documentation/ABI/obsolete/sysfs-gpio

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ Description:
1313
GPIOs are identified as they are inside the kernel, using integers in
1414
the range 0..INT_MAX. See Documentation/admin-guide/gpio for more information.
1515

16+
::
17+
1618
/sys/class/gpio
1719
/export ... asks the kernel to export a GPIO to userspace
1820
/unexport ... to return a GPIO to the kernel

Documentation/admin-guide/abi-obsolete.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ The description of the interface will document the reason why it is
88
obsolete and when it can be expected to be removed.
99

1010
.. kernel-abi:: $srctree/Documentation/ABI/obsolete
11+
:rst:

Documentation/admin-guide/abi-removed.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ ABI removed symbols
22
===================
33

44
.. kernel-abi:: $srctree/Documentation/ABI/removed
5+
:rst:

0 commit comments

Comments
 (0)