Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1564552

Re: [PATCH -next] staging: greybus: audio_gb.c: Change uint32_t to u32

From Mark Greer <mgreer@animalcreek.com>
Newsgroups linux.kernel
Subject Re: [PATCH -next] staging: greybus: audio_gb.c: Change uint32_t to u32
Date 2017-01-22 20:20 +0100
Message-ID <t2vQd-4GL-1@gated-at.bofh.it> (permalink)
References <t2uAO-3K7-29@gated-at.bofh.it>
Organization Animal Creek Technologies, Inc.

Show all headers | View raw


On Sun, Jan 22, 2017 at 03:49:21PM -0200, Marcos Paulo de Souza wrote:
> Change uint32_t to u32, solved the issue reported by checkpatch.pl:
> 
> CHECK: Prefer kernel type 'u32' over 'uint32_t'
> +			uint32_t *format, uint32_t *rate, u8 *channels,
> 
> CHECK: Prefer kernel type 'u32' over 'uint32_t'
> +			uint32_t format, uint32_t rate, u8 channels,
> 
> Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>
> ---

Good catch, thanks.

Acked-by: Mark Greer <mgreer@animalcreek.com>

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH -next] staging: greybus: audio_gb.c: Change uint32_t to u32 Marcos Paulo de Souza <marcos.souza.org@gmail.com> - 2017-01-22 19:00 +0100
  Re: [PATCH -next] staging: greybus: audio_gb.c: Change uint32_t to  u32 Mark Greer <mgreer@animalcreek.com> - 2017-01-22 20:20 +0100
  Re: [PATCH -next] staging: greybus: audio_gb.c: Change uint32_t to u32 Vaibhav Agarwal <vaibhav.sr@gmail.com> - 2017-01-23 07:20 +0100

csiph-web