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

2018-08-09 Thread Stefan Wahren
> Greg Gallagher hat am 8. August 2018 um 03:40 > geschrieben: > > > Fix warnings generated by checkpatch.pl for alignment should match open > parenthesis. This is a coding style change only. > > Signed-off-by: Greg Gallagher Acked-by: Stefan Wahren

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

2018-08-08 Thread Greg Kroah-Hartman
On Wed, Aug 08, 2018 at 08:54:49AM -0400, Greg Gallagner wrote: > On 08/08/2018 08:26 AM, Greg Kroah-Hartman wrote: > > On Tue, Aug 07, 2018 at 09:40:47PM -0400, Greg Gallagher wrote: > >> Fix warnings generated by checkpatch.pl for alignment should match open > >> parenthesis. This is a coding

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

2018-08-08 Thread Greg Gallagner
On 08/08/2018 08:26 AM, Greg Kroah-Hartman wrote: > On Tue, Aug 07, 2018 at 09:40:47PM -0400, 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 >> --- >> Changes

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

2018-08-08 Thread Greg Kroah-Hartman
On Tue, Aug 07, 2018 at 09:40:47PM -0400, 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 > --- > Changes in v2: > - Clean up all the alignment warnings in

[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