PD#SWPL-89635
Problem:
typo check
Solution:
Correct word
Verify:
Android R
Signed-off-by: rui guo <rui.guo@amlogic.com>
Change-Id: I349959d2b42bf6cf260bc4facc9a6f3b101be245
* optee_msg_arg.
* OPTEE_SMC_RETURN_ETHREAD_LIMIT Number of Trusted OS threads exceeded,
* try again later.
- * OPTEE_SMC_RETURN_EBADADDR Bad physicial pointer to struct
+ * OPTEE_SMC_RETURN_EBADADDR Bad physical pointer to struct
* optee_msg_arg.
* OPTEE_SMC_RETURN_EBADCMD Bad/unknown cmd in struct optee_msg_arg
* OPTEE_SMC_RETURN_IS_RPC() Call suspended by RPC call to normal
if (supp->req_id != -1) {
/*
- * Supplicant should not mix synchronous and asnynchronous
+ * Supplicant should not mix synchronous and asynchronous
* requests.
*/
return ERR_PTR(-EINVAL);
if (num_meta) {
/*
- * tee-supplicant support meta parameters -> requsts can be
+ * tee-supplicant support meta parameters -> requests can be
* processed asynchronously.
*/
param->attr = TEE_IOCTL_PARAM_ATTR_TYPE_VALUE_INOUT |
* object (and increase the ref count) from an
* identifier we return an error. All pointers that
* has been added in params have an increased ref
- * count. It's the callers responibility to do
+ * count. It's the callers responsibility to do
* tee_shm_put() on all resolved pointers.
*/
shm = tee_shm_get_from_id(ctx, ip.c);