Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754888AbdFXDaY (ORCPT ); Fri, 23 Jun 2017 23:30:24 -0400 Received: from mail-qk0-f193.google.com ([209.85.220.193]:35034 "EHLO mail-qk0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754525AbdFXDaW (ORCPT ); Fri, 23 Jun 2017 23:30:22 -0400 MIME-Version: 1.0 In-Reply-To: References: <1497468895-3061-1-git-send-email-srishtishar@gmail.com> <20170623162055.GB21608@kroah.com> From: srishti sharma Date: Sat, 24 Jun 2017 09:00:21 +0530 Message-ID: Subject: Re: [PATCH] Staging: vc04_services: bcm2835-audio: bcm2835-ctl.c: Fixed alignment to match open parenthesis To: Greg KH Cc: stefan.wahren@i2se.com, Eric Anholt , lee@kernel.org, Florian Fainelli , rjui@broadcom.com, sbranden@broadcom.com, bcm-kernel-feedback-list@broadcom.com, linux-rpi-kernel@lists.infradead.org, linux-arm-kernel@lists.infradead.org, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 941 Lines: 31 On Sat, Jun 24, 2017 at 8:11 AM, srishti sharma wrote: > On Fri, Jun 23, 2017 at 9:50 PM, Greg KH wrote: >> On Thu, Jun 15, 2017 at 01:04:55AM +0530, srishti sharma wrote: >>> Fixed alignment so that it matched open parenthesis. >>> >>> Signed-off-by: srishti sharma >>> --- >>> .../staging/vc04_services/bcm2835-audio/bcm2835-ctl.c | 18 +++++++++--------- >>> 1 file changed, 9 insertions(+), 9 deletions(-) >> >> What differs from your previous patch? > > The previous patch had only one check fixed , this has all checks of > the type = parenthesis_alignment in the file bcm2835-ctl.c fixed . > Also there was a typo in the description of the previous patch so I > corrected that . > > Always properly version your >> patch so we know what to take. >> >> Please fix and resend. I have re-sent version 2 . >> >> thanks, >> >> greg k-h > Regards, Srishti