Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751458AbdISJWp (ORCPT ); Tue, 19 Sep 2017 05:22:45 -0400 Received: from mx07-00178001.pphosted.com ([62.209.51.94]:10719 "EHLO mx07-00178001.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751283AbdISJWo (ORCPT ); Tue, 19 Sep 2017 05:22:44 -0400 From: Gabriel FERNANDEZ To: "mturquette@baylibre.com" , "sboyd@codeaurora.org" , Alexandre TORGUE , "linux-clk@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , "linux-kernel@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , "linux-kernel@vger.kernel.org" CC: Gabriel FERNANDEZ Subject: Re: linux-4.14-rc1/drivers/clk/clk-stm32h7.c: 2 * possible typo ? Thread-Topic: linux-4.14-rc1/drivers/clk/clk-stm32h7.c: 2 * possible typo ? Thread-Index: AQHTMSfo2BeTO7hs90yo0g46AnUoVaK7zbEA Date: Tue, 19 Sep 2017 09:22:08 +0000 Message-ID: <73cadb19-a75e-4938-265f-890cc5a4d3b4@st.com> References: <12ce6ec0-d351-4ffe-a5a0-cdc09f6aee39@st.com> In-Reply-To: <12ce6ec0-d351-4ffe-a5a0-cdc09f6aee39@st.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: user-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 x-ms-exchange-messagesentrepresentingtype: 1 x-ms-exchange-transport-fromentityheader: Hosted x-originating-ip: [10.75.127.44] Content-Type: text/plain; charset="utf-8" Content-ID: <8199BA8F84D36242B783CEDDCCFD5E9D@st.com> MIME-Version: 1.0 X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2017-09-19_04:,, signatures=0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by nfs id v8J9MoTP004850 Content-Length: 436 Lines: 29 Hi David, I confirm it's typo issue. I 'm ready to send a fix for that. Many Thank's Gabriel > Hello there, > > 1. > > linux-4.14-rc1/drivers/clk/clk-stm32h7.c:387]: (style) Same expression > on both sides of '&&'. > > Source code is > >     if (gcfg->mux && gcfg->mux) { > > 2. > > [linux-4.14-rc1/drivers/clk/clk-stm32h7.c:413]: (style) Same expression > on both sides of '&&'. > > Duplicate. > > Regards > > David Binderman