Re: [PATCH] tpm/tpm_ftpm_tee: fix struct ftpm_tee_private documentation

2025-03-14 Thread Jarkko Sakkinen
On Thu, Mar 13, 2025 at 10:37:17AM +0100, Stefano Garzarella wrote: > 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 > intr

[PATCH] tpm/tpm_ftpm_tee: fix struct ftpm_tee_private documentation

2025-03-13 Thread Stefano Garzarella
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 implementati