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

2020-10-09 Thread Joe Perches
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 > > --- > > drivers/staging/greybus/audio_module.

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

2020-10-09 Thread Greg Kroah-Hartman
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 > --- > drivers/staging/greybus/audio_module.c | 8 As my bot asked you to, please use scripts/get_maintainer.p

[PATCH] Fixed coding style issues raised by checkpatch.

2020-10-09 Thread Tabot Kevin
This patch fixes the following: - Made sure alignment matched open parenthesis. Signed-off-by: Tabot Kevin --- drivers/staging/greybus/audio_module.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/staging/greybus/audio_module.c b/drivers/staging/greybus/audi