Re: [PATCH 2/3] staging: greybus: audio_codec.c: Fix multiple checkpatch errors

2017-12-21 Thread Greg KH
On Tue, Dec 19, 2017 at 09:55:05PM +0200, Kamal Heib wrote: > This patch fixes the following errors found by checkpatch: > 1- Prefer kernel type 'u32' over 'uint32_t'. > 2- Space required around that ':'. > 3- Alignment should match open parenthesis. > 4- Don't use multiple blank lines. When you

[PATCH 2/3] staging: greybus: audio_codec.c: Fix multiple checkpatch errors

2017-12-19 Thread Kamal Heib
This patch fixes the following errors found by checkpatch: 1- Prefer kernel type 'u32' over 'uint32_t'. 2- Space required around that ':'. 3- Alignment should match open parenthesis. 4- Don't use multiple blank lines. Signed-off-by: Kamal Heib ---