Skip to content

Commit 6a03568

Browse files
committed
Merge tag 'optee-ffa-fix-for-v5.16' of git://git.linaro.org/people/jens.wiklander/linux-tee into arm/drivers
Fix spell errors in OP-TEE FF-A driver log messages * tag 'optee-ffa-fix-for-v5.16' of git://git.linaro.org/people/jens.wiklander/linux-tee: optee: Fix spelling mistake "reclain" -> "reclaim" Link: https://lore.kernel.org/r/20211028185142.GA2489375@jade Signed-off-by: Arnd Bergmann <[email protected]>
2 parents 7db2bc9 + 1b73a9e commit 6a03568

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)