[PATCH] optee: Remove duplicate 'of' in two places.

Jiang Jian posted 1 patch 3 years, 10 months ago
drivers/tee/optee/optee_smc.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] optee: Remove duplicate 'of' in two places.
Posted by Jiang Jian 3 years, 10 months ago
file: ./drivers/tee/optee/optee_smc.h
line: 192
 * a2   Size of of SHM
chanegd to
 * a2   Size of SHM

Signed-off-by: Jiang Jian <jiangjian@cdjrlc.com>
---
 drivers/tee/optee/optee_smc.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/tee/optee/optee_smc.h b/drivers/tee/optee/optee_smc.h
index c60896cf71cb..73b5e7760d10 100644
--- a/drivers/tee/optee/optee_smc.h
+++ b/drivers/tee/optee/optee_smc.h
@@ -189,7 +189,7 @@ struct optee_smc_call_get_os_revision_result {
  * Have config return register usage:
  * a0	OPTEE_SMC_RETURN_OK
  * a1	Physical address of start of SHM
- * a2	Size of of SHM
+ * a2	Size of SHM
  * a3	Cache settings of memory, as defined by the
  *	OPTEE_SMC_SHM_* values above
  * a4-7	Preserved
-- 
2.17.1
Re: [PATCH] optee: Remove duplicate 'of' in two places.
Posted by Jens Wiklander 3 years, 9 months ago
On Tue, Jun 21, 2022 at 6:18 PM Jiang Jian <jiangjian@cdjrlc.com> wrote:
>
> file: ./drivers/tee/optee/optee_smc.h
> line: 192
>  * a2   Size of of SHM
> chanegd to
>  * a2   Size of SHM
>
> Signed-off-by: Jiang Jian <jiangjian@cdjrlc.com>
> ---
>  drivers/tee/optee/optee_smc.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

I'm picking up this.

Thanks,
Jens

>
> diff --git a/drivers/tee/optee/optee_smc.h b/drivers/tee/optee/optee_smc.h
> index c60896cf71cb..73b5e7760d10 100644
> --- a/drivers/tee/optee/optee_smc.h
> +++ b/drivers/tee/optee/optee_smc.h
> @@ -189,7 +189,7 @@ struct optee_smc_call_get_os_revision_result {
>   * Have config return register usage:
>   * a0  OPTEE_SMC_RETURN_OK
>   * a1  Physical address of start of SHM
> - * a2  Size of of SHM
> + * a2  Size of SHM
>   * a3  Cache settings of memory, as defined by the
>   *     OPTEE_SMC_SHM_* values above
>   * a4-7        Preserved
> --
> 2.17.1
>