Skip to content

Commit b0ac702

Browse files
rddunlapJonathan Corbet
authored andcommitted
Documentation: fix firewire.rst ABI file path error
Adjust the path of the ABI files for firewire.rst to prevent a documentation build error. Prevents this problem: Sphinx parallel build error: docutils.utils.SystemMessage: Documentation/driver-api/firewire.rst:22: (SEVERE/4) Problems with "include" directive path: InputError: [Errno 2] No such file or directory: '../Documentation/driver-api/ABI/stable/firewire-cdev'. Fixes: 2f4830e ("FireWire: add driver-api Introduction section") Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Tested-by: Akira Yokosawa <akiyks@gmail.com> Link: https://lore.kernel.org/r/20220119033905.4779-1-rdunlap@infradead.org Signed-off-by: Jonathan Corbet <corbet@lwn.net>
1 parent cc2cf67 commit b0ac702

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/driver-api/firewire.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ of kernel interfaces is available via exported symbols in `firewire-core` module
1919
Firewire char device data structures
2020
====================================
2121

22-
.. include:: /ABI/stable/firewire-cdev
22+
.. include:: ../ABI/stable/firewire-cdev
2323
:literal:
2424

2525
.. kernel-doc:: include/uapi/linux/firewire-cdev.h
@@ -28,7 +28,7 @@ Firewire char device data structures
2828
Firewire device probing and sysfs interfaces
2929
============================================
3030

31-
.. include:: /ABI/stable/sysfs-bus-firewire
31+
.. include:: ../ABI/stable/sysfs-bus-firewire
3232
:literal:
3333

3434
.. kernel-doc:: drivers/firewire/core-device.c

0 commit comments

Comments
 (0)