We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7db2bc9 + 1b73a9e commit 6a03568Copy full SHA for 6a03568
drivers/tee/optee/ffa_abi.c
@@ -333,7 +333,7 @@ static int optee_ffa_shm_unregister(struct tee_context *ctx,
333
334
rc = ffa_ops->memory_reclaim(global_handle, 0);
335
if (rc)
336
- pr_err("mem_reclain: 0x%llx %d", global_handle, rc);
+ pr_err("mem_reclaim: 0x%llx %d", global_handle, rc);
337
338
return rc;
339
}
@@ -355,7 +355,7 @@ static int optee_ffa_shm_unregister_supp(struct tee_context *ctx,
355
optee_shm_rem_ffa_handle(optee, global_handle);
356
357
358
359
360
shm->sec_world_id = 0;
361
0 commit comments