Skip to content

Commit 618bf03

Browse files
stefano-garzarellajarkkojs
authored andcommitted
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 09e5748 ("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 <[email protected]> Reviewed-by: Jarkko Sakkinen <[email protected]> Signed-off-by: Jarkko Sakkinen <[email protected]>
1 parent de9e33d commit 618bf03

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/char/tpm/tpm_ftpm_tee.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
/**
2222
* struct ftpm_tee_private - fTPM's private data
2323
* @chip: struct tpm_chip instance registered with tpm framework.
24-
* @state: internal state
2524
* @session: fTPM TA session identifier.
2625
* @resp_len: cached response buffer length.
2726
* @resp_buf: cached response buffer.

0 commit comments

Comments
 (0)