Skip to content

Commit 6b07645

Browse files
wanngcJonathan Corbet
authored andcommitted
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>
1 parent 87d6576 commit 6b07645

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/staging/tee.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ The following picture shows a high level overview of AMD-TEE::
225225
+--------------------------+ +---------+--------------------+
226226

227227
At the lowest level (in x86), the AMD Secure Processor (ASP) driver uses the
228-
CPU to PSP mailbox regsister to submit commands to the PSP. The format of the
228+
CPU to PSP mailbox register to submit commands to the PSP. The format of the
229229
command buffer is opaque to the ASP driver. It's role is to submit commands to
230230
the secure processor and return results to AMD-TEE driver. The interface
231231
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.
260260

261261
The GlobalPlatform TEE Client API [5] can be used by the user space (client) to
262262
talk to AMD's TEE. AMD's TEE provides a secure environment for loading, opening
263-
a session, invoking commands and clossing session with TA.
263+
a session, invoking commands and closing session with TA.
264264

265265
References
266266
==========

0 commit comments

Comments
 (0)