]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
tee: optee: ffa: fix a typo of "optee_ffa_api_is_compatible"
authorSungbae Yoo <sungbaey@nvidia.com>
Wed, 6 Aug 2025 12:47:35 +0000 (12:47 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 9 Sep 2025 16:58:03 +0000 (18:58 +0200)
commit606ae71e158d3cc7a01016a008ab6310508cca4b
treed98d137682281157660a83a507712cd0786b49c1
parent02a90ca44367642b81ce8f5e30083fa38a254d10
tee: optee: ffa: fix a typo of "optee_ffa_api_is_compatible"

[ Upstream commit 75dbd4304afe574fcfc4118a5b78776a9f48fdc4 ]

Fixes optee_ffa_api_is_compatbile() to optee_ffa_api_is_compatible()
because compatbile is a typo of compatible.

Fixes: 4615e5a34b95 ("optee: add FF-A support")
Signed-off-by: Sungbae Yoo <sungbaey@nvidia.com>
Reviewed-by: Sumit Garg <sumit.garg@oss.qualcomm.com>
Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/tee/optee/ffa_abi.c