Commit b66527ee authored by Jiang Jian's avatar Jiang Jian Committed by Jens Wiklander
Browse files

optee: Remove duplicate 'of' in two places.



file: ./drivers/tee/optee/optee_smc.h
line: 192
 * a2   Size of of SHM
chanegd to
 * a2   Size of SHM

Signed-off-by: default avatarJiang Jian <jiangjian@cdjrlc.com>
Signed-off-by: default avatarJens Wiklander <jens.wiklander@linaro.org>
parent d4fac258
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -189,7 +189,7 @@ struct optee_smc_call_get_os_revision_result {
 * Have config return register usage:
 * Have config return register usage:
 * a0	OPTEE_SMC_RETURN_OK
 * a0	OPTEE_SMC_RETURN_OK
 * a1	Physical address of start of SHM
 * a1	Physical address of start of SHM
 * a2	Size of of SHM
 * a2	Size of SHM
 * a3	Cache settings of memory, as defined by the
 * a3	Cache settings of memory, as defined by the
 *	OPTEE_SMC_SHM_* values above
 *	OPTEE_SMC_SHM_* values above
 * a4-7	Preserved
 * a4-7	Preserved