Received: by 2002:ac0:a5a7:0:0:0:0:0 with SMTP id m36-v6csp761834imm; Wed, 8 Aug 2018 05:27:10 -0700 (PDT) X-Google-Smtp-Source: AA+uWPydBdq0N0tACBLS/MRHPkgtncVK1G4Qkg2q3mbDNikUwBzmu2jw9Gt4ik5tki08wtPzCeQ8 X-Received: by 2002:a17:902:5a82:: with SMTP id r2-v6mr2378192pli.315.1533731230927; Wed, 08 Aug 2018 05:27:10 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1533731230; cv=none; d=google.com; s=arc-20160816; b=ZRUM3fbW4BwkC0ggth/64bh0+QZDpDbuacDg5k+OFtQgeHItrVVMlrbpw1GAOc4+8o Nrkwpax4jgJF9xS0qRj0IzfvSThKHReC40yAEuyzQiiAw5xKivX86ydjFnHXNrJziPSr s2tpDEiehmGBBFDnTfeNSB4Z4YDtK2yfPAtsvtrSYBvUh344TqGENvHKzzxhXYM1SIQa oYtVnnD+0NZTDFt9OSdPJW5q0b0ieE3GlzWs2dRYYqUmgqg2UPEOdIS5frOsooBUnCB8 oNyg7Tfed5zT7Rm/8u5yTt8dl4lDCzn5GE4umKhV9vLqxP6woGaEc53VoDHHwBhP2t5S uSMw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date:arc-authentication-results; bh=x5HqqU1gER5TyEY8rT3kMIBTLcs202Z6v6XRwFALj0U=; b=yTsrJ8fVc8U2ZWoY4N7Ala6+Al9yAVgF23LMf+SuB1vnRF4ZCA4++MJqA1+iP7EcEw FwfrugNrPjNXtQwLCRGsAEzmr/q3YNRWqzK7Nb1K2audCKJ1SjeEHLLUIok/CGX2uwoU m7JqZDCIAiwFKwav02ZnFqwW4chd/mZB6V9olDHvoZ7HeRpY4phkFdZOiVAZC+mAUvBp KyzxUPx2ka3AXlbVCPwUrpGZ1nfPDauTALqYL1aRLgCVbJIPFq4dpAGfBCWeGu3qo+Ve oXk7UUMkyYFMkfuS+tcGADbimbuWnHrhybHJJ2HT6AfVjdd6BdHxCTcr25ber3o1vAnG TumA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id f200-v6si4810949pfa.164.2018.08.08.05.26.56; Wed, 08 Aug 2018 05:27:10 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727133AbeHHOpf (ORCPT + 99 others); Wed, 8 Aug 2018 10:45:35 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:41364 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726793AbeHHOpf (ORCPT ); Wed, 8 Aug 2018 10:45:35 -0400 Received: from localhost (unknown [194.244.16.108]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id F07B8CC1; Wed, 8 Aug 2018 12:26:06 +0000 (UTC) Date: Wed, 8 Aug 2018 14:26:04 +0200 From: Greg Kroah-Hartman To: Greg Gallagher 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: <20180808122604.GA27932@kroah.com> References: <20180808014048.18456-1-greg@embeddedgreg.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180808014048.18456-1-greg@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 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