tpm: substitute deprecated uint<x>_t types with their u<x> equivalent
authorMiquel Raynal <[email protected]>
Tue, 15 May 2018 09:56:59 +0000 (11:56 +0200)
committerTom Rini <[email protected]>
Fri, 25 May 2018 12:12:40 +0000 (08:12 -0400)
commitb9804e5bf36351b77cf354a81304657a895c9f0f
treef49bb11323bc11cefa04e8ffb9514d280e467500
parentfd0bc263d96778673052f4507d16d81228408436
tpm: substitute deprecated uint<x>_t types with their u<x> equivalent

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 <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
cmd/tpm.c
include/tpm.h
lib/tpm.c