From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.7 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4FD64C433E7 for ; Sat, 10 Oct 2020 00:25:52 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 1A5D72224A for ; Sat, 10 Oct 2020 00:25:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729016AbgJJAZj (ORCPT ); Fri, 9 Oct 2020 20:25:39 -0400 Received: from smtprelay0018.hostedemail.com ([216.40.44.18]:42454 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1728861AbgJJAUr (ORCPT ); Fri, 9 Oct 2020 20:20:47 -0400 Received: from filter.hostedemail.com (clb03-v110.bra.tucows.net [216.40.38.60]) by smtprelay08.hostedemail.com (Postfix) with ESMTP id 07130182CED34; Sat, 10 Oct 2020 00:20:43 +0000 (UTC) X-Session-Marker: 6A6F6540706572636865732E636F6D X-HE-Tag: trip73_200acbd271e4 X-Filterd-Recvd-Size: 2158 Received: from XPS-9350.home (unknown [47.151.133.149]) (Authenticated sender: joe@perches.com) by omf07.hostedemail.com (Postfix) with ESMTPA; Sat, 10 Oct 2020 00:20:42 +0000 (UTC) Message-ID: Subject: Re: [PATCH] Fixed coding style issues raised by checkpatch. From: Joe Perches To: Greg Kroah-Hartman , Tabot Kevin Cc: linux-kernel@vger.kernel.org Date: Fri, 09 Oct 2020 17:20:41 -0700 In-Reply-To: <20201009081840.GB401030@kroah.com> References: <20201009080038.GA1439@tabot> <20201009081840.GB401030@kroah.com> Content-Type: text/plain; charset="ISO-8859-1" User-Agent: Evolution 3.36.4-0ubuntu1 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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.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 (maintainer:GREYBUS AUDIO PROTOCOLS DRIVERS) Mark Greer (maintainer:GREYBUS AUDIO PROTOCOLS DRIVERS) Johan Hovold (maintainer:GREYBUS SUBSYSTEM) Alex Elder (maintainer:GREYBUS SUBSYSTEM) Greg Kroah-Hartman (maintainer:GREYBUS SUBSYSTEM) greybus-dev@lists.linaro.org (moderated list:GREYBUS SUBSYSTEM) devel@driverdev.osuosl.org (open list:STAGING SUBSYSTEM) linux-kernel@vger.kernel.org (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.