Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752463AbdGWMyV (ORCPT ); Sun, 23 Jul 2017 08:54:21 -0400 Received: from mail-lf0-f43.google.com ([209.85.215.43]:36314 "EHLO mail-lf0-f43.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751365AbdGWMyU (ORCPT ); Sun, 23 Jul 2017 08:54:20 -0400 Date: Sun, 23 Jul 2017 14:54:14 +0200 From: Johan Hovold To: Dan Carpenter Cc: Johan Hovold , Shreeya Patel , devel@driverdev.osuosl.org, gregkh@linuxfoundation.org, linux-kernel@vger.kernel.org, greybus-dev@lists.linaro.org Subject: Re: [PATCH] Staging: greybus: Match alignment with open parenthesis. Message-ID: <20170723125414.GG2729@localhost> References: <1500799197-4326-1-git-send-email-shreeya.patel23498@gmail.com> <20170723084743.GF2729@localhost> <20170723121053.b2sjrdsenkzjetti@mwanda> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170723121053.b2sjrdsenkzjetti@mwanda> 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: 871 Lines: 21 On Sun, Jul 23, 2017 at 03:10:53PM +0300, Dan Carpenter wrote: > On Sun, Jul 23, 2017 at 10:47:43AM +0200, Johan Hovold wrote: > > On Sun, Jul 23, 2017 at 02:09:57PM +0530, Shreeya Patel wrote: > > > Alignment should match with open parenthesis. > > > This fixes the coding style issue. > > > > No, it need not. This is a choice left up to the author, even if > > checkpatch happens to complain about it with the --strict option. > > > > This is staging code. Don't try to fight checkpatch.pl in staging... > You're just making work for everyone else (me) who already just reviewed > this patch and I don't want to review it a few more times when the next > person sends the exact same patch. You can just ignore any greybus patches if you prefer. I've considered patching checkpatch to drop --strict for at least this subsystem, but not sure it's worth it. Johan