Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751655AbdG1JCB (ORCPT ); Fri, 28 Jul 2017 05:02:01 -0400 Received: from mail-lf0-f54.google.com ([209.85.215.54]:38896 "EHLO mail-lf0-f54.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751007AbdG1JCA (ORCPT ); Fri, 28 Jul 2017 05:02:00 -0400 Date: Fri, 28 Jul 2017 11:01:55 +0200 From: Johan Hovold To: Greg KH Cc: Dan Carpenter , Johan Hovold , devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org, Shreeya Patel , greybus-dev@lists.linaro.org Subject: Re: [PATCH] Staging: greybus: Match alignment with open parenthesis. Message-ID: <20170728090155.GK27516@localhost> References: <1500799197-4326-1-git-send-email-shreeya.patel23498@gmail.com> <20170723084743.GF2729@localhost> <20170723121053.b2sjrdsenkzjetti@mwanda> <20170723125414.GG2729@localhost> <20170724070837.d5mtvvj7wqpnwros@mwanda> <20170728044932.GB31077@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170728044932.GB31077@kroah.com> User-Agent: Mutt/1.7.2 (2016-11-26) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1588 Lines: 37 On Thu, Jul 27, 2017 at 09:49:32PM -0700, Greg KH wrote: > On Mon, Jul 24, 2017 at 10:08:37AM +0300, Dan Carpenter wrote: > > I don't understand why greybus has to be special instead of the same as > > everything else. Who cares about this stuff really? Just do whatever > > is easiest and most common. > > It's not special, and --strict should apply here as long as it is in > staging. So I'll apply these types of things to prevent people from > feeling like they wasted their time fixing something up and getting it > rejected for no good reason. Your call, but I do think that this is taking the checkpatch exercise too far. What we're talking about here are neither checkpatch ERRORs nor WARNINGs, but that third category of CHECK notifications that are output only when the switch --strict, or it's more aptly named alias --subjective, is specified. Just like we don't blindly apply patches addressing every ERROR or WARNING, I think we should not accept every patch addressing these subjective CHECK notifications. These flags are useful when people are submitting new code; and most of the CHECKs enabled by --subjective do seem reasonable, at least in my (subjective) opinion. I personally think that neither OPEN_PARENTHESIS nor LINE_SPACING do or should apply everywhere however, and that the final call should be left up to the author and/or maintainer of the code in question. But yes, greybus is still in staging so it is ultimately your call. I will see if I can find some spare cycles to start migrating at least the core bits out of staging either way. Johan