Re: [PATCH] Staging: greybus: audio_codec.h: Change uint32_t to u32

From: Johan Hovold
Date: Wed Jan 03 2018 - 05:12:35 EST


On Wed, Jan 03, 2018 at 03:07:33PM +0530, Sumit Pundir wrote:
> This patch fixes the following checkpatch.pl issues:
>
> CHECK: Prefer kernel type 'u32' over 'uint32_t'
> + uint32_t format, rate;
>
> CHECK: Prefer kernel type 'u32' over 'uint32_t'
> + uint32_t *rate, u8 *channels,
>
> CHECK: Prefer kernel type 'u32' over 'uint32_t'
> + uint32_t rate, u8 channels,
>
> Signed-off-by: Sumit Pundir <pundirsumit11@xxxxxxxxx>
> ---
> drivers/staging/greybus/audio_codec.h | 10 +++++-----
> 1 file changed, 5 insertions(+), 5 deletions(-)

Please fold this in with the changes to audio_codec.c and submit a
single patch for it all.

Thanks,
Johan