From: Stefano Garzarella Date: Thu, 13 Mar 2025 09:37:17 +0000 (+0100) Subject: tpm/tpm_ftpm_tee: fix struct ftpm_tee_private documentation X-Git-Tag: v6.15-rc1~125^2~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=618bf0349ef087d9ae0e90a0b2617139bd4b7d0b;p=thirdparty%2Fkernel%2Flinux.git tpm/tpm_ftpm_tee: fix struct ftpm_tee_private documentation The `state` member in `struct ftpm_tee_private` is in the documentation, but it has never been in the implementation since the commit 09e574831b27 ("tpm/tpm_ftpm_tee: A driver for firmware TPM running inside TEE") that introduced it. Remove it to have a match between documentation and implementation. Signed-off-by: Stefano Garzarella Reviewed-by: Jarkko Sakkinen Signed-off-by: Jarkko Sakkinen --- diff --git a/drivers/char/tpm/tpm_ftpm_tee.h b/drivers/char/tpm/tpm_ftpm_tee.h index f98daa7bf68cf..e39903b7ea071 100644 --- a/drivers/char/tpm/tpm_ftpm_tee.h +++ b/drivers/char/tpm/tpm_ftpm_tee.h @@ -21,7 +21,6 @@ /** * struct ftpm_tee_private - fTPM's private data * @chip: struct tpm_chip instance registered with tpm framework. - * @state: internal state * @session: fTPM TA session identifier. * @resp_len: cached response buffer length. * @resp_buf: cached response buffer.