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

From: Greg Kroah-Hartman
Date: Wed Aug 08 2018 - 08:26:10 EST


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 <greg@xxxxxxxxxxxxxxxx>
> ---
> Changes in v2:
> - Clean up all the alignment warnings in the file
> ---
> .../staging/vc04_services/bcm2835-audio/bcm2835-ctl.c | 18 +++++++++---------
> 1 file changed, 9 insertions(+), 9 deletions(-)

You sent 2 patches that did the same thing, with different subjects :(

Please fix up and send only the "correct" one.

greg k-h