Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

+5 -5
+2 -2
Documentation/driver-api/firewire.rst
··· 19 19 Firewire char device data structures 20 20 ==================================== 21 21 22 - .. include:: /ABI/stable/firewire-cdev 22 + .. include:: ../ABI/stable/firewire-cdev 23 23 :literal: 24 24 25 25 .. kernel-doc:: include/uapi/linux/firewire-cdev.h ··· 28 28 Firewire device probing and sysfs interfaces 29 29 ============================================ 30 30 31 - .. include:: /ABI/stable/sysfs-bus-firewire 31 + .. include:: ../ABI/stable/sysfs-bus-firewire 32 32 :literal: 33 33 34 34 .. kernel-doc:: drivers/firewire/core-device.c
+2 -2
Documentation/staging/tee.rst
··· 255 255 +--------------------------+ +---------+--------------------+ 256 256 257 257 At the lowest level (in x86), the AMD Secure Processor (ASP) driver uses the 258 - CPU to PSP mailbox regsister to submit commands to the PSP. The format of the 258 + CPU to PSP mailbox register to submit commands to the PSP. The format of the 259 259 command buffer is opaque to the ASP driver. It's role is to submit commands to 260 260 the secure processor and return results to AMD-TEE driver. The interface 261 261 between AMD-TEE driver and AMD Secure Processor driver can be found in [6]. ··· 290 290 291 291 The GlobalPlatform TEE Client API [5] can be used by the user space (client) to 292 292 talk to AMD's TEE. AMD's TEE provides a secure environment for loading, opening 293 - a session, invoking commands and clossing session with TA. 293 + a session, invoking commands and closing session with TA. 294 294 295 295 References 296 296 ==========
+1 -1
Documentation/trace/ftrace.rst
··· 3370 3370 3371 3371 Instances 3372 3372 --------- 3373 - In the tracefs tracing directory is a directory called "instances". 3373 + In the tracefs tracing directory, there is a directory called "instances". 3374 3374 This directory can have new directories created inside of it using 3375 3375 mkdir, and removing directories with rmdir. The directory created 3376 3376 with mkdir in this directory will already contain files and other