Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751597AbaBKJI6 (ORCPT ); Tue, 11 Feb 2014 04:08:58 -0500 Received: from eu1sys200aog117.obsmtp.com ([207.126.144.143]:44443 "EHLO eu1sys200aog117.obsmtp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750934AbaBKJIy (ORCPT ); Tue, 11 Feb 2014 04:08:54 -0500 Message-ID: <52F9E6CD.7040204@st.com> Date: Tue, 11 Feb 2014 09:01:01 +0000 From: srinivas kandagatla User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: David Miller Cc: , , , , , , , , , , , , , , Subject: Re: [PATCH v2 1/3] net: stmmac:sti: Add STi SOC glue driver. References: <1391770455-24291-1-git-send-email-srinivas.kandagatla@st.com> <1391770525-24349-1-git-send-email-srinivas.kandagatla@st.com> <20140210.144054.2066120014050984537.davem@davemloft.net> In-Reply-To: <20140210.144054.2066120014050984537.davem@davemloft.net> Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.65.51.147] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Thankyou Dave, I will fix these in next version. On 10/02/14 22:40, David Miller wrote: > From: > Date: Fri, 7 Feb 2014 10:55:25 +0000 > >> + if (dwmac->interface == PHY_INTERFACE_MODE_MII || >> + dwmac->interface == PHY_INTERFACE_MODE_GMII) { > > This is not indented correctly, the first character on the second line should > line up exactly at the column after the openning parenthesis on the first > line. > > The objective is not to indent using only TAB characters, which you > are doing here. > > Rather, the objective is to use the appropriate number of TAB _and_ > space characters necessary to reach the proper column. > >> + const char *rs; >> + err = of_property_read_string(np, "st,tx-retime-src", &rs); > > Please add an empty line after the local variable declaration. > >> + if (!strcasecmp(rs, "clk_125")) >> + dwmac->is_tx_retime_src_clk_125 = true; >> + >> + } > > That empty line is superfluous, please delete it. > > Thanks, srini -- 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/