aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/staging
diff options
context:
space:
mode:
authorWang Cheng <wanngchenng@gmail.com>2022-01-15 20:52:36 +0800
committerJonathan Corbet <corbet@lwn.net>2022-01-17 14:55:03 -0700
commit6b0764598dc7dea21a44cd4e7ec3dd4a7aabf5c2 (patch)
tree72de6ea648c90c4ed7f6a53e0b29c209f0a4945c /Documentation/staging
parentscripts: sphinx-pre-install: Fix ctex support on Debian (diff)
downloadlinux-dev-6b0764598dc7dea21a44cd4e7ec3dd4a7aabf5c2.tar.xz
linux-dev-6b0764598dc7dea21a44cd4e7ec3dd4a7aabf5c2.zip
docs: staging/tee.rst: fix two typos found while reading
Signed-off-by: Wang Cheng <wanngchenng@gmail.com> Reviewed-by: Sumit Garg <sumit.garg@linaro.org> Acked-by: Randy Dunlap <rdunlap@infradead.org> Link: https://lore.kernel.org/r/20220115125236.34886-1-wanngchenng@gmail.com Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/staging')
-rw-r--r--Documentation/staging/tee.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/staging/tee.rst b/Documentation/staging/tee.rst
index 4d4b5f889603..4eec213eaefe 100644
--- a/Documentation/staging/tee.rst
+++ b/Documentation/staging/tee.rst
@@ -225,7 +225,7 @@ The following picture shows a high level overview of AMD-TEE::
+--------------------------+ +---------+--------------------+
At the lowest level (in x86), the AMD Secure Processor (ASP) driver uses the
-CPU to PSP mailbox regsister to submit commands to the PSP. The format of the
+CPU to PSP mailbox register to submit commands to the PSP. The format of the
command buffer is opaque to the ASP driver. It's role is to submit commands to
the secure processor and return results to AMD-TEE driver. The interface
between AMD-TEE driver and AMD Secure Processor driver can be found in [6].
@@ -260,7 +260,7 @@ cancel_req driver callback is not supported by AMD-TEE.
The GlobalPlatform TEE Client API [5] can be used by the user space (client) to
talk to AMD's TEE. AMD's TEE provides a secure environment for loading, opening
-a session, invoking commands and clossing session with TA.
+a session, invoking commands and closing session with TA.
References
==========