Re: [PATCH] Fixed coding style issues raised by checkpatch.

From: Joe Perches
Date: Fri Oct 09 2020 - 20:25:46 EST


On Fri, 2020-10-09 at 10:18 +0200, Greg Kroah-Hartman wrote:
> On Fri, Oct 09, 2020 at 09:00:38AM +0100, Tabot Kevin wrote:
> > This patch fixes the following:
> > - Made sure alignment matched open parenthesis.
> >
> > Signed-off-by: Tabot Kevin <tabot.kevin@xxxxxxxxx>
> > ---
> > drivers/staging/greybus/audio_module.c | 8 ++++----
>
> As my bot asked you to, please use scripts/get_maintainer.pl to
> determine who, and what mailing lists, to send patches to.

fyi Tabot, he means you to use:

$ ./scripts/get_maintainer.pl -f drivers/staging/greybus/audio_module.c
Vaibhav Agarwal <vaibhav.sr@xxxxxxxxx> (maintainer:GREYBUS AUDIO PROTOCOLS DRIVERS)
Mark Greer <mgreer@xxxxxxxxxxxxxxx> (maintainer:GREYBUS AUDIO PROTOCOLS DRIVERS)
Johan Hovold <johan@xxxxxxxxxx> (maintainer:GREYBUS SUBSYSTEM)
Alex Elder <elder@xxxxxxxxxx> (maintainer:GREYBUS SUBSYSTEM)
Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> (maintainer:GREYBUS SUBSYSTEM)
greybus-dev@xxxxxxxxxxxxxxxx (moderated list:GREYBUS SUBSYSTEM)
devel@xxxxxxxxxxxxxxxxxxxx (open list:STAGING SUBSYSTEM)
linux-kernel@xxxxxxxxxxxxxxx (open list)

> Also, I think this patch has been rejected many times in the past,
> please check the archives first before sending it again.

Doubtful about that as almost the entire file uses
alignment to open parenthesis.