[U-Boot] [PATCH v4 03/32] tpm: substitute deprecated uint<x>_t types with their u<x> equivalent

Simon Glass sjg at chromium.org
Tue May 15 16:04:50 UTC 2018


On 15 May 2018 at 19:56, Miquel Raynal <miquel.raynal at 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 at 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 at chromium.org>


More information about the U-Boot mailing list