Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752141AbcL2A06 (ORCPT ); Wed, 28 Dec 2016 19:26:58 -0500 Received: from mga02.intel.com ([134.134.136.20]:11273 "EHLO mga02.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752052AbcL2A04 (ORCPT ); Wed, 28 Dec 2016 19:26:56 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,424,1477983600"; d="scan'208";a="916992720" From: "Kweh, Hock Leong" To: Kishan Sandeep CC: David Miller , "f.fainelli@gmail.com" , "Joao.Pinto@synopsys.com" , "peppe.cavallaro@st.com" , "seraphin.bonnaffe@st.com" , "alexandre.torgue@gmail.com" , "manabian@gmail.com" , "niklas.cassel@axis.com" , "johan@kernel.org" , "pavel@ucw.cz" , "lars.persson@axis.com" , "netdev@vger.kernel.org" , "linux-kernel@vger.kernel.org" Subject: RE: [PATCH v2] net: stmmac: bug fix to synchronize stmmac_open and stmmac_dvr_probe Thread-Topic: [PATCH v2] net: stmmac: bug fix to synchronize stmmac_open and stmmac_dvr_probe Thread-Index: AQHSYAv4FCVbYJ2YS0yP58zd4NjMrqEbd9+AgAEd9nCAACawgIABV4rQ Date: Thu, 29 Dec 2016 00:26:44 +0000 Message-ID: References: <1482849756-21817-1-git-send-email-hock.leong.kweh@intel.com> <20161227.113405.362102687632949941.davem@davemloft.net> In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [172.30.20.205] Content-Type: text/plain; charset="utf-8" MIME-Version: 1.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 mail.home.local id uBT0R2gl019090 Content-Length: 2202 Lines: 57 > -----Original Message----- > From: Kishan Sandeep [mailto:sandeepkishan108@gmail.com] > Sent: Wednesday, December 28, 2016 7:56 PM > To: Kweh, Hock Leong > Cc: David Miller ; f.fainelli@gmail.com; > Joao.Pinto@synopsys.com; peppe.cavallaro@st.com; > seraphin.bonnaffe@st.com; alexandre.torgue@gmail.com; > manabian@gmail.com; niklas.cassel@axis.com; johan@kernel.org; > pavel@ucw.cz; lars.persson@axis.com; netdev@vger.kernel.org; linux- > kernel@vger.kernel.org > Subject: Re: [PATCH v2] net: stmmac: bug fix to synchronize stmmac_open and > stmmac_dvr_probe > > On Wed, Dec 28, 2016 at 7:10 AM, Kweh, Hock Leong > wrote: > >> -----Original Message----- > >> From: David Miller [mailto:davem@davemloft.net] > >> Sent: Wednesday, December 28, 2016 12:34 AM > >> To: Kweh, Hock Leong > >> Cc: Joao.Pinto@synopsys.com; peppe.cavallaro@st.com; > >> seraphin.bonnaffe@st.com; f.fainelli@gmail.com; > >> alexandre.torgue@gmail.com; manabian@gmail.com; > >> niklas.cassel@axis.com; johan@kernel.org; pavel@ucw.cz; Ong, Boon > >> Leong ; Voon, Weifeng > >> ; lars.persson@axis.com; > >> netdev@vger.kernel.org; linux-kernel@vger.kernel.org > >> Subject: Re: [PATCH v2] net: stmmac: bug fix to synchronize > >> stmmac_open and stmmac_dvr_probe > >> > >> From: "Kweh, Hock Leong" > >> Date: Tue, 27 Dec 2016 22:42:36 +0800 > >> > >> > From: "Kweh, Hock Leong" > >> > >> You are not the author of this change, do not take credit for it. > >> > >> You have copied Florian's patch character by character, therefore he > >> is the author. > >> > >> You also didn't CC: the netdev mailing list properly. > > > > Noted & Thanks. > > > > Hi Florian, could you submit this fix from your side so that you are the author. > > I will help to test out. > > > > Thanks & Regards, > > Wilson > > > I think you can give *--author* for giving author name. Try git commit -am > "commit message" --author="Author_name " Oh ... I am not aware of that. Thanks for informing. :-) Regards, Wilson