summaryrefslogtreecommitdiffstats
path: root/Documentation/driver-api
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2022-01-22 09:02:57 +0200
committerLinus Torvalds <torvalds@linux-foundation.org>2022-01-22 09:02:57 +0200
commit0854dc81e108c90cccda6d1fc54bc270f16a3cc9 (patch)
tree09f588e12f40788d096fb49ad1ce630c78b34146 /Documentation/driver-api
parent9b57f458985742bd1c585f4c7f36d04634ce1143 (diff)
parentb0ac702f3329cdc8a06dcaac73183d4b5a2b942d (diff)
downloadlinux-stable-0854dc81e108c90cccda6d1fc54bc270f16a3cc9.tar.gz
linux-stable-0854dc81e108c90cccda6d1fc54bc270f16a3cc9.tar.bz2
linux-stable-0854dc81e108c90cccda6d1fc54bc270f16a3cc9.zip
Merge tag 'docs-5.17-2' of git://git.lwn.net/linux
Pull documentation fixes from Jonathan Corbet: "Three small documentation fixes" * tag 'docs-5.17-2' of git://git.lwn.net/linux: Documentation: fix firewire.rst ABI file path error docs: ftrace: fix ambiguous sentence docs: staging/tee.rst: fix two typos found while reading
Diffstat (limited to 'Documentation/driver-api')
-rw-r--r--Documentation/driver-api/firewire.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/driver-api/firewire.rst b/Documentation/driver-api/firewire.rst
index 94a2d7f01d99..d3cfa73cbb2b 100644
--- a/Documentation/driver-api/firewire.rst
+++ b/Documentation/driver-api/firewire.rst
@@ -19,7 +19,7 @@ of kernel interfaces is available via exported symbols in `firewire-core` module
Firewire char device data structures
====================================
-.. include:: /ABI/stable/firewire-cdev
+.. include:: ../ABI/stable/firewire-cdev
:literal:
.. kernel-doc:: include/uapi/linux/firewire-cdev.h
@@ -28,7 +28,7 @@ Firewire char device data structures
Firewire device probing and sysfs interfaces
============================================
-.. include:: /ABI/stable/sysfs-bus-firewire
+.. include:: ../ABI/stable/sysfs-bus-firewire
:literal:
.. kernel-doc:: drivers/firewire/core-device.c