]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit9558e7034197750d19c2c79d546e970544c9f456
tree7b1a35214aaca42a1df49a074148923c4db76b1b
parentfbaced7f4d4fbd17079199135433130d91438dd7
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