Skip to content

Commit 1b73a9e

Browse files
Colin Ian Kingjenswi-linaro
authored andcommitted
optee: Fix spelling mistake "reclain" -> "reclaim"
There are spelling mistakes in pr_err error messages. Fix them. Fixes: 4615e5a ("optee: add FF-A support") Signed-off-by: Colin Ian King <[email protected]> Reviewed-by: Sumit Garg <[email protected]> [jw: added a fixes] Signed-off-by: Jens Wiklander <[email protected]>
1 parent 4615e5a commit 1b73a9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/tee/optee/ffa_abi.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ static int optee_ffa_shm_unregister(struct tee_context *ctx,
333333

334334
rc = ffa_ops->memory_reclaim(global_handle, 0);
335335
if (rc)
336-
pr_err("mem_reclain: 0x%llx %d", global_handle, rc);
336+
pr_err("mem_reclaim: 0x%llx %d", global_handle, rc);
337337

338338
return rc;
339339
}
@@ -355,7 +355,7 @@ static int optee_ffa_shm_unregister_supp(struct tee_context *ctx,
355355
optee_shm_rem_ffa_handle(optee, global_handle);
356356
rc = ffa_ops->memory_reclaim(global_handle, 0);
357357
if (rc)
358-
pr_err("mem_reclain: 0x%llx %d", global_handle, rc);
358+
pr_err("mem_reclaim: 0x%llx %d", global_handle, rc);
359359

360360
shm->sec_world_id = 0;
361361

0 commit comments

Comments
 (0)