All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] docs: staging/tee.rst: fix two typos found while reading
@ 2022-01-15 12:52 Wang Cheng
  2022-01-15 15:30 ` Randy Dunlap
  2022-01-17 21:55 ` Jonathan Corbet
  0 siblings, 2 replies; 4+ messages in thread
From: Wang Cheng @ 2022-01-15 12:52 UTC (permalink / raw)
  To: jens.wiklander, corbet; +Cc: op-tee, linux-doc

Signed-off-by: Wang Cheng <wanngchenng@gmail.com>
---
 Documentation/staging/tee.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/staging/tee.rst b/Documentation/staging/tee.rst
index 3c63d8dcd61e..498343c7ab08 100644
--- a/Documentation/staging/tee.rst
+++ b/Documentation/staging/tee.rst
@@ -255,7 +255,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].
@@ -290,7 +290,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
 ==========
-- 
2.33.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] docs: staging/tee.rst: fix two typos found while reading
  2022-01-15 12:52 [PATCH] docs: staging/tee.rst: fix two typos found while reading Wang Cheng
@ 2022-01-15 15:30 ` Randy Dunlap
  2022-01-17  6:33   ` Sumit Garg
  2022-01-17 21:55 ` Jonathan Corbet
  1 sibling, 1 reply; 4+ messages in thread
From: Randy Dunlap @ 2022-01-15 15:30 UTC (permalink / raw)
  To: Wang Cheng, jens.wiklander, corbet; +Cc: op-tee, linux-doc



On 1/15/22 04:52, Wang Cheng wrote:
> Signed-off-by: Wang Cheng <wanngchenng@gmail.com>

Acked-by: Randy Dunlap <rdunlap@infradead.org>

Thanks.

> ---
>  Documentation/staging/tee.rst | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/Documentation/staging/tee.rst b/Documentation/staging/tee.rst
> index 3c63d8dcd61e..498343c7ab08 100644
> --- a/Documentation/staging/tee.rst
> +++ b/Documentation/staging/tee.rst
> @@ -255,7 +255,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].
> @@ -290,7 +290,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
>  ==========

-- 
~Randy

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] docs: staging/tee.rst: fix two typos found while reading
  2022-01-15 15:30 ` Randy Dunlap
@ 2022-01-17  6:33   ` Sumit Garg
  0 siblings, 0 replies; 4+ messages in thread
From: Sumit Garg @ 2022-01-17  6:33 UTC (permalink / raw)
  To: Randy Dunlap; +Cc: Wang Cheng, jens.wiklander, corbet, op-tee, linux-doc

On Sat, 15 Jan 2022 at 21:00, Randy Dunlap <rdunlap@infradead.org> wrote:
>
>
>
> On 1/15/22 04:52, Wang Cheng wrote:
> > Signed-off-by: Wang Cheng <wanngchenng@gmail.com>
>
> Acked-by: Randy Dunlap <rdunlap@infradead.org>
>
> Thanks.
>

Reviewed-by: Sumit Garg <sumit.garg@linaro.org>

-Sumit

> > ---
> >  Documentation/staging/tee.rst | 4 ++--
> >  1 file changed, 2 insertions(+), 2 deletions(-)
> >
> > diff --git a/Documentation/staging/tee.rst b/Documentation/staging/tee.rst
> > index 3c63d8dcd61e..498343c7ab08 100644
> > --- a/Documentation/staging/tee.rst
> > +++ b/Documentation/staging/tee.rst
> > @@ -255,7 +255,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].
> > @@ -290,7 +290,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
> >  ==========
>
> --
> ~Randy

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] docs: staging/tee.rst: fix two typos found while reading
  2022-01-15 12:52 [PATCH] docs: staging/tee.rst: fix two typos found while reading Wang Cheng
  2022-01-15 15:30 ` Randy Dunlap
@ 2022-01-17 21:55 ` Jonathan Corbet
  1 sibling, 0 replies; 4+ messages in thread
From: Jonathan Corbet @ 2022-01-17 21:55 UTC (permalink / raw)
  To: Wang Cheng, jens.wiklander; +Cc: op-tee, linux-doc

Wang Cheng <wanngchenng@gmail.com> writes:

> Signed-off-by: Wang Cheng <wanngchenng@gmail.com>
> ---
>  Documentation/staging/tee.rst | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/Documentation/staging/tee.rst b/Documentation/staging/tee.rst
> index 3c63d8dcd61e..498343c7ab08 100644
> --- a/Documentation/staging/tee.rst
> +++ b/Documentation/staging/tee.rst
> @@ -255,7 +255,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].
> @@ -290,7 +290,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.

Applied, thanks.

jon

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-01-17 21:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-15 12:52 [PATCH] docs: staging/tee.rst: fix two typos found while reading Wang Cheng
2022-01-15 15:30 ` Randy Dunlap
2022-01-17  6:33   ` Sumit Garg
2022-01-17 21:55 ` Jonathan Corbet

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.