]> git.baikalelectronics.ru Git - kernel.git/commit
staging: greybus: audio_gb.c: Change uint32_t to u32
authorMarcos Paulo de Souza <marcos.souza.org@gmail.com>
Sun, 22 Jan 2017 17:49:21 +0000 (15:49 -0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 23 Jan 2017 08:56:29 +0000 (09:56 +0100)
commit5ba573431946e8f8f848261e6bd780378c41d906
treea8c95782b2c7013fbc19f72ea61570b012634345
parent71247541f3035bfb03c54980f636007a6050990c
staging: greybus: audio_gb.c: Change uint32_t to u32

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: Mark Greer <mgreer@animalcreek.com>
Acked-by: Vaibhav Agarwal <vaibhav.sr@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/greybus/audio_gb.c