[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20180103101231.GA11344@localhost>
Date: Wed, 3 Jan 2018 11:12:31 +0100
From: Johan Hovold <johan@...nel.org>
To: Sumit Pundir <pundirsumit11@...il.com>
Cc: vaibhav.sr@...il.com, mgreer@...malcreek.com, johan@...nel.org,
elder@...nel.org, gregkh@...uxfoundation.org,
devel@...verdev.osuosl.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] Staging: greybus: audio_codec.h: Change uint32_t to u32
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@...il.com>
> ---
> 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
Powered by blists - more mailing lists