Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752465AbdGWIsW (ORCPT ); Sun, 23 Jul 2017 04:48:22 -0400 Received: from mail-lf0-f51.google.com ([209.85.215.51]:38541 "EHLO mail-lf0-f51.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751807AbdGWIrt (ORCPT ); Sun, 23 Jul 2017 04:47:49 -0400 Date: Sun, 23 Jul 2017 10:47:43 +0200 From: Johan Hovold To: Shreeya Patel Cc: johan@kernel.org, elder@kernel.org, gregkh@linuxfoundation.org, greybus-dev@lists.linaro.org, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] Staging: greybus: Match alignment with open parenthesis. Message-ID: <20170723084743.GF2729@localhost> References: <1500799197-4326-1-git-send-email-shreeya.patel23498@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1500799197-4326-1-git-send-email-shreeya.patel23498@gmail.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: 295 Lines: 9 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. Thanks, Johan