Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751488AbaBGDxq (ORCPT ); Thu, 6 Feb 2014 22:53:46 -0500 Received: from shards.monkeyblade.net ([149.20.54.216]:39749 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751064AbaBGDxn (ORCPT ); Thu, 6 Feb 2014 22:53:43 -0500 Date: Thu, 06 Feb 2014 19:53:42 -0800 (PST) Message-Id: <20140206.195342.1998479313077409827.davem@davemloft.net> To: srinivas.kandagatla@st.com Cc: netdev@vger.kernel.org, robh+dt@kernel.org, pawel.moll@arm.com, mark.rutland@arm.com, ijc+devicetree@hellion.org.uk, galak@codeaurora.org, rob@landley.net, linux@arm.linux.org.uk, stuart.menefy@st.com, peppe.cavallaro@st.com, devicetree@vger.kernel.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, kernel@stlinux.com Subject: Re: [PATCH v1 1/3] net: stmmac:sti: Add STi SOC glue driver. From: David Miller In-Reply-To: <1391428868-27245-1-git-send-email-srinivas.kandagatla@st.com> References: <1391428787-27143-1-git-send-email-srinivas.kandagatla@st.com> <1391428868-27245-1-git-send-email-srinivas.kandagatla@st.com> X-Mailer: Mew version 6.5 on Emacs 24.1 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Date: Mon, 3 Feb 2014 12:01:08 +0000 > + res = platform_get_resource_byname(pdev, > + IORESOURCE_MEM, "sti-ethconf"); This is not the correct way to format multi-line function calls, you'll need to fix this up in this entire series. The arguments on the second and subsequent lines must start at the first column after the openning parenthesis of the function call. You must use the appropriate number of both space and TAB characters necessary to do so. If you're only using TAB characters to indent, you're doing it wrong. Thank you. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/