[RFC v2 29/38] docs: thunderbolt: Allow creating cross-references for ABI

Mauro Carvalho Chehab posted 38 patches 10 months, 3 weeks ago
[RFC v2 29/38] docs: thunderbolt: Allow creating cross-references for ABI
Posted by Mauro Carvalho Chehab 10 months, 3 weeks ago
Now that Documentation/ABI is processed by automarkup, let it
generate cross-references for the corresponding ABI file.

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
---
 Documentation/admin-guide/thunderbolt.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/admin-guide/thunderbolt.rst b/Documentation/admin-guide/thunderbolt.rst
index 2ed79f41a411..d0502691dfa1 100644
--- a/Documentation/admin-guide/thunderbolt.rst
+++ b/Documentation/admin-guide/thunderbolt.rst
@@ -28,7 +28,7 @@ should be a userspace tool that handles all the low-level details, keeps
 a database of the authorized devices and prompts users for new connections.
 
 More details about the sysfs interface for Thunderbolt devices can be
-found in ``Documentation/ABI/testing/sysfs-bus-thunderbolt``.
+found in Documentation/ABI/testing/sysfs-bus-thunderbolt.
 
 Those users who just want to connect any device without any sort of
 manual work can add following line to
-- 
2.48.1
Re: [RFC v2 29/38] docs: thunderbolt: Allow creating cross-references for ABI
Posted by Mika Westerberg 10 months, 3 weeks ago
On Tue, Jan 28, 2025 at 01:06:18AM +0100, Mauro Carvalho Chehab wrote:
> Now that Documentation/ABI is processed by automarkup, let it
> generate cross-references for the corresponding ABI file.
> 
> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>

Looks good to me,

Acked-by: Mika Westerberg <mika.westerberg@linux.intel.com>