linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH][next] optee: Fix spelling mistake "reclain" -> "reclaim"
@ 2021-10-23 11:52 Colin Ian King
  2021-10-25  8:43 ` Sumit Garg
  0 siblings, 1 reply; 3+ messages in thread
From: Colin Ian King @ 2021-10-23 11:52 UTC (permalink / raw)
  To: Jens Wiklander, Sumit Garg, op-tee; +Cc: kernel-janitors, linux-kernel

There are spelling mistakes in pr_err error messages. Fix them.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
---
 drivers/tee/optee/ffa_abi.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/tee/optee/ffa_abi.c b/drivers/tee/optee/ffa_abi.c
index 6defd1ec982a..45424824e0f9 100644
--- a/drivers/tee/optee/ffa_abi.c
+++ b/drivers/tee/optee/ffa_abi.c
@@ -333,7 +333,7 @@ static int optee_ffa_shm_unregister(struct tee_context *ctx,
 
 	rc = ffa_ops->memory_reclaim(global_handle, 0);
 	if (rc)
-		pr_err("mem_reclain: 0x%llx %d", global_handle, rc);
+		pr_err("mem_reclaim: 0x%llx %d", global_handle, rc);
 
 	return rc;
 }
@@ -355,7 +355,7 @@ static int optee_ffa_shm_unregister_supp(struct tee_context *ctx,
 	optee_shm_rem_ffa_handle(optee, global_handle);
 	rc = ffa_ops->memory_reclaim(global_handle, 0);
 	if (rc)
-		pr_err("mem_reclain: 0x%llx %d", global_handle, rc);
+		pr_err("mem_reclaim: 0x%llx %d", global_handle, rc);
 
 	shm->sec_world_id = 0;
 
-- 
2.32.0


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

* Re: [PATCH][next] optee: Fix spelling mistake "reclain" -> "reclaim"
  2021-10-23 11:52 [PATCH][next] optee: Fix spelling mistake "reclain" -> "reclaim" Colin Ian King
@ 2021-10-25  8:43 ` Sumit Garg
  2021-10-28 18:52   ` Jens Wiklander
  0 siblings, 1 reply; 3+ messages in thread
From: Sumit Garg @ 2021-10-25  8:43 UTC (permalink / raw)
  To: Colin Ian King
  Cc: Jens Wiklander, OP-TEE TrustedFirmware, kernel-janitors,
	Linux Kernel Mailing List

On Sat, 23 Oct 2021 at 17:22, Colin Ian King
<colin.i.king@googlemail.com> wrote:
>
> There are spelling mistakes in pr_err error messages. Fix them.
>
> Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
> ---
>  drivers/tee/optee/ffa_abi.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>

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

-Sumit

> diff --git a/drivers/tee/optee/ffa_abi.c b/drivers/tee/optee/ffa_abi.c
> index 6defd1ec982a..45424824e0f9 100644
> --- a/drivers/tee/optee/ffa_abi.c
> +++ b/drivers/tee/optee/ffa_abi.c
> @@ -333,7 +333,7 @@ static int optee_ffa_shm_unregister(struct tee_context *ctx,
>
>         rc = ffa_ops->memory_reclaim(global_handle, 0);
>         if (rc)
> -               pr_err("mem_reclain: 0x%llx %d", global_handle, rc);
> +               pr_err("mem_reclaim: 0x%llx %d", global_handle, rc);
>
>         return rc;
>  }
> @@ -355,7 +355,7 @@ static int optee_ffa_shm_unregister_supp(struct tee_context *ctx,
>         optee_shm_rem_ffa_handle(optee, global_handle);
>         rc = ffa_ops->memory_reclaim(global_handle, 0);
>         if (rc)
> -               pr_err("mem_reclain: 0x%llx %d", global_handle, rc);
> +               pr_err("mem_reclaim: 0x%llx %d", global_handle, rc);
>
>         shm->sec_world_id = 0;
>
> --
> 2.32.0
>

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

* Re: [PATCH][next] optee: Fix spelling mistake "reclain" -> "reclaim"
  2021-10-25  8:43 ` Sumit Garg
@ 2021-10-28 18:52   ` Jens Wiklander
  0 siblings, 0 replies; 3+ messages in thread
From: Jens Wiklander @ 2021-10-28 18:52 UTC (permalink / raw)
  To: Sumit Garg
  Cc: Colin Ian King, OP-TEE TrustedFirmware, kernel-janitors,
	Linux Kernel Mailing List

On Mon, Oct 25, 2021 at 10:43 AM Sumit Garg <sumit.garg@linaro.org> wrote:
>
> On Sat, 23 Oct 2021 at 17:22, Colin Ian King
> <colin.i.king@googlemail.com> wrote:
> >
> > There are spelling mistakes in pr_err error messages. Fix them.
> >
> > Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
> > ---
> >  drivers/tee/optee/ffa_abi.c | 4 ++--
> >  1 file changed, 2 insertions(+), 2 deletions(-)
> >
>
> Reviewed-by: Sumit Garg <sumit.garg@linaro.org>

I'm picking up this.

Thanks,
Jens

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

end of thread, other threads:[~2021-10-28 18:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-23 11:52 [PATCH][next] optee: Fix spelling mistake "reclain" -> "reclaim" Colin Ian King
2021-10-25  8:43 ` Sumit Garg
2021-10-28 18:52   ` Jens Wiklander

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).