File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ of kernel interfaces is available via exported symbols in `firewire-core` module
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,7 +28,7 @@ Firewire char device data structures
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
Original file line number Diff line number Diff line change @@ -255,7 +255,7 @@ The following picture shows a high level overview of AMD-TEE::
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,7 +290,7 @@ cancel_req driver callback is not supported by AMD-TEE.
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
==========
Original file line number Diff line number Diff line change @@ -3370,7 +3370,7 @@ one of the latency tracers, you will get the following results.
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
You can’t perform that action at this time.
0 commit comments