tpm: add missing parameter in private data structure description
authorMiquel Raynal <miquel.raynal@bootlin.com>
Tue, 15 May 2018 09:57:07 +0000 (11:57 +0200)
committerTom Rini <trini@konsulko.com>
Sat, 26 May 2018 00:12:55 +0000 (20:12 -0400)
commit3219cf693a1674650eba2a57d4bf8c87d9f21752
tree7b1a35214aaca42a1df49a074148923c4db76b1b
parentd677bfe2f7914367d1caa6146b34e86d0df1c75d
tpm: add missing parameter in private data structure description

Both parameters 'duration_ms' and 'retry_time_ms' of the tpm_chip_priv
structure are documented is the comment above the declaration but 'buf'
was forgotten. Add the missing description.

Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
include/tpm-common.h