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=-2.5 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS,URIBL_BLOCKED,USER_AGENT_MUTT autolearn=ham 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 98243C4646D for ; Wed, 8 Aug 2018 14:12:03 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 5E8D421767 for ; Wed, 8 Aug 2018 14:12:03 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 5E8D421767 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=linuxfoundation.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727425AbeHHQbv (ORCPT ); Wed, 8 Aug 2018 12:31:51 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:56772 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727146AbeHHQbv (ORCPT ); Wed, 8 Aug 2018 12:31:51 -0400 Received: from localhost (unknown [194.244.16.108]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id CC119D33; Wed, 8 Aug 2018 14:11:59 +0000 (UTC) Date: Wed, 8 Aug 2018 16:10:47 +0200 From: Greg Kroah-Hartman To: Greg Gallagner Cc: Stefan Wahren , devel@driverdev.osuosl.org, Florian Fainelli , Scott Branden , Ray Jui , linux-kernel@vger.kernel.org, Eric Anholt , bcm-kernel-feedback-list@broadcom.com, linux-rpi-kernel@lists.infradead.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v2] staging/bcm2835-audio: Fix alignment of function arguments - Style Message-ID: <20180808141047.GA7080@kroah.com> References: <20180808014048.18456-1-greg@embeddedgreg.com> <20180808122604.GA27932@kroah.com> <872dfe2f-59cf-baf9-490b-8b489c44ba5f@embeddedgreg.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <872dfe2f-59cf-baf9-490b-8b489c44ba5f@embeddedgreg.com> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 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 +++++++++--------- > >> 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 > Sorry, the first one was a mistake and I should have sent something saying > to ignore it.  I will double check the second one is correct.  Is there > a best > practice when I'd like a patch ignored? Just respond to the email and say "please ignore this patch" or something like that. thanks, greg k-h