[PATCH] staging: vc04_services: bcm2835-audio: bcm2835-ctl.c fixed warnings

2018-11-13 Thread Arnold Chand
Fixed lines over 80 characters by adding braces where control flow statements are more than one line, aligned parenthesis of function arguments. Signed-off-by: Arnold Chand --- .../vc04_services/bcm2835-audio/bcm2835-ctl.c | 27 +++ 1 file changed, 16 insertions(+), 11 deletions

Re: [PATCH] staging: vc04_services: bcm2835-audio: Fixed warnings, checks

2018-11-13 Thread Arnold Chand
On Mon, 2018-11-12 at 17:08 -0800, gre...@linuxfoundation.org wrote: > On Mon, Nov 12, 2018 at 07:29:09PM -0500, Arnold Chand wrote: > > Corrected warnings and checks issued by scripts/checkpatch.pl which > > includes: > > alignment of > > parenthesis, lines o

[PATCH v2] staging: vc04_services: bcm2835-audio: Fixed warnings, checks

2018-11-12 Thread Arnold Chand
Corrected warnings and checks provided by scripts/checkpatch.pl which includes: alignment of parenthesis, lines over 80 characters and mutex definition without comment. Signed-off-by: Arnold Chand --- .../vc04_services/bcm2835-audio/bcm2835-ctl.c | 18 +++--- .../vc04_services/bcm2835-audio

[PATCH] staging: vc04_services: bcm2835-audio: Fixed warnings

2018-11-12 Thread Arnold Chand
Fixed warnings provided by checkpatch.pl Signed-off-by: Arnold Chand --- .../vc04_services/bcm2835-audio/bcm2835-ctl.c | 18 +++--- .../vc04_services/bcm2835-audio/bcm2835-pcm.c | 25 .../bcm2835-audio/bcm2835-vchiq.c | 59 ++- .../vc04_services/bcm2835