Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1564699
| From | Vaibhav Agarwal <vaibhav.sr@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH -next] staging: greybus: audio_gb.c: Change uint32_t to u32 |
| Date | 2017-01-23 07:20 +0100 |
| Message-ID | <t2G8V-2T1-7@gated-at.bofh.it> (permalink) |
| References | <t2uAO-3K7-29@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Sun, Jan 22, 2017 at 11:19 PM, Marcos Paulo de Souza <marcos.souza.org@gmail.com> 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> > --- Acked-by: Vaibhav Agarwal <vaibhav.sr@gmail.com>
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll 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