commit | 3219cf693a1674650eba2a57d4bf8c87d9f21752 | [log] [tgz] |
---|---|---|
author | Miquel Raynal <miquel.raynal@bootlin.com> | Tue May 15 11:57:07 2018 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri May 25 20:12:55 2018 -0400 |
tree | 7b1a35214aaca42a1df49a074148923c4db76b1b | |
parent | d677bfe2f7914367d1caa6146b34e86d0df1c75d [diff] |
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>