Re: [PATCH v2] staging/vc04_services: Fix alignment of function arguments

2018-08-08 Thread greg gallagher
On 2018-08-07 09:34 PM, Greg Gallagher wrote: Fix warnings generated by checkpatch.pl for alignment should match open parenthesis. This is a coding style change only. Signed-off-by: Greg Gallagher --- .../staging/vc04_services/bcm2835-audio/bcm2835-ctl.c | 18 +- 1 file

[PATCH v2] staging/vc04_services: Fix alignment of function arguments

2018-08-07 Thread Greg Gallagher
Fix warnings generated by checkpatch.pl for alignment should match open parenthesis. This is a coding style change only. Signed-off-by: Greg Gallagher --- .../staging/vc04_services/bcm2835-audio/bcm2835-ctl.c | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git

[PATCH v2] staging/bcm2835-audio: Fix alignment of function arguments - Style

2018-08-07 Thread Greg Gallagher
Fix warnings generated by checkpatch.pl for alignment should match open parenthesis. This is a coding style change only. Signed-off-by: Greg Gallagher --- Changes in v2: - Clean up all the alignment warnings in the file --- .../staging/vc04_services/bcm2835-audio/bcm2835-ctl.c | 18

Re: [PATCH] staging/vc04_services: Fix alignment of function arguments

2018-08-06 Thread Greg Gallagher
Hi, On Mon, Aug 6, 2018 at 4:34 AM, Stefan Wahren wrote: > Hi, > > Am 06.08.2018 um 06:07 schrieb Greg Gallagher: >> >> Fix warning generated by checkpatch.pl for alignment should match open >> parenthesis. This is a coding style change only. >>

[PATCH] staging/vc04_services: Fix alignment of function arguments

2018-08-05 Thread Greg Gallagher
Fix warning generated by checkpatch.pl for alignment should match open parenthesis. This is a coding style change only. Signed-off-by: Greg Gallagher --- drivers/staging/vc04_services/bcm2835-audio/bcm2835-ctl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers