
15 May
2018
15 May
'18
6:04 p.m.
On 15 May 2018 at 19:56, Miquel Raynal miquel.raynal@bootlin.com wrote:
Fix following checkpatch.pl issues in TPM-related code:
CHECK: Prefer kernel type 'u8' over 'uint8_t' CHECK: Prefer kernel type 'u16' over 'uint16_t' CHECK: Prefer kernel type 'u32' over 'uint32_t'
Signed-off-by: Miquel Raynal miquel.raynal@bootlin.com
cmd/tpm.c | 86 ++++++++--------- include/tpm.h | 72 +++++++-------- lib/tpm.c | 290 +++++++++++++++++++++++++++++----------------------------- 3 files changed, 220 insertions(+), 228 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org