Skip to content

Commit 2a41527

Browse files
Jiapeng Chongjarkkojs
authored andcommitted
security: keys: Modify mismatched function name
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: 2e19e10 ("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>
1 parent ecff681 commit 2a41527

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security/keys/trusted-keys/trusted_tpm2.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ int tpm2_key_priv(void *context, size_t hdrlen,
186186
}
187187

188188
/**
189-
* tpm_buf_append_auth() - append TPMS_AUTH_COMMAND to the buffer.
189+
* tpm2_buf_append_auth() - append TPMS_AUTH_COMMAND to the buffer.
190190
*
191191
* @buf: an allocated tpm_buf instance
192192
* @session_handle: session handle

0 commit comments

Comments
 (0)