]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
security: keys: Modify mismatched function name
authorJiapeng Chong <jiapeng.chong@linux.alibaba.com>
Wed, 14 Jun 2023 02:18:25 +0000 (10:18 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 27 Jul 2023 06:47:01 +0000 (08:47 +0200)
commit87fc9616d606f929df1c79445c4167c31a2f0a7b
tree76173041928fc1907d580162642c7a7e38e393b1
parent0fb37ce6c01e17839e26d03222f0b44e6a3ed2b9
security: keys: Modify mismatched function name

[ Upstream commit 2a4152742025c5f21482e8cebc581702a0fa5b01 ]

No functional modification involved.

security/keys/trusted-keys/trusted_tpm2.c:203: warning: expecting prototype for tpm_buf_append_auth(). Prototype was for tpm2_buf_append_auth() instead.

Fixes: 2e19e10131a0 ("KEYS: trusted: Move TPM2 trusted keys code")
Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=5524
Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>
Reviewed-by: Paul Moore <paul@paul-moore.com>
Signed-off-by: Jarkko Sakkinen <jarkko@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
security/keys/trusted-keys/trusted_tpm2.c