diff options
author | Bjorn Helgaas <bhelgaas@google.com> | 2021-01-26 15:15:07 -0600 |
---|---|---|
committer | Jens Wiklander <jens.wiklander@linaro.org> | 2021-02-02 14:50:28 +0100 |
commit | bed13b5fc4f3012bdb1d7585b6eae3858321c6e7 (patch) | |
tree | cfe4d567ffc1d42524890f0bdb63a5757db1a9a8 /drivers/tee | |
parent | fda90b29e27156db1923ac1f120935991f792560 (diff) |
tee: optee: fix 'physical' typos
Fix misspellings of "physical".
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
Diffstat (limited to 'drivers/tee')
-rw-r--r-- | drivers/tee/optee/optee_smc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tee/optee/optee_smc.h b/drivers/tee/optee/optee_smc.h index 777ad54d4c2c..b52eb34b4237 100644 --- a/drivers/tee/optee/optee_smc.h +++ b/drivers/tee/optee/optee_smc.h @@ -139,7 +139,7 @@ struct optee_smc_call_get_os_revision_result { * optee_msg_arg. * OPTEE_SMC_RETURN_ETHREAD_LIMIT Number of Trusted OS threads exceeded, * try again later. - * OPTEE_SMC_RETURN_EBADADDR Bad physcial 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 |