From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [net-next resend PATCH 1/6] net: cpsw: enhance pinctrl support Date: Wed, 22 May 2013 23:57:41 -0700 (PDT) Message-ID: <20130522.235741.135665074490271750.davem@davemloft.net> References: <1369130103-743-1-git-send-email-mugunthanvnm@ti.com> <1369130103-743-2-git-send-email-mugunthanvnm@ti.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1369130103-743-2-git-send-email-mugunthanvnm@ti.com> Sender: netdev-owner@vger.kernel.org To: mugunthanvnm@ti.com Cc: netdev@vger.kernel.org, devicetree-discuss@lists.ozlabs.org, linux-omap@vger.kernel.org, benoit.cousson@linaro.orgm, paul@pwsan.com, gururaja.hebbar@ti.com List-Id: devicetree@vger.kernel.org From: Mugunthan V N Date: Tue, 21 May 2013 15:24:58 +0530 > + priv->pins_default = pinctrl_lookup_state(priv->pinctrl, > + PINCTRL_STATE_DEFAULT); This is not indented correctly. Argument on the second, and subsequent, lines of a function call must start at the first column after the openning parenthesis of the function call itself. Please audit for this problem in your entire patch series, fix it up, and resubmit the full set of patches. Thanks.