From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wei Ni Subject: Re: [PATCH v3 1/4] hwmon: (lm90) split set&show temp as common codes Date: Wed, 27 Aug 2014 10:25:56 +0800 Message-ID: <53FD41B4.8040402@nvidia.com> References: <1408948188-4181-1-git-send-email-wni@nvidia.com> <1408948188-4181-2-git-send-email-wni@nvidia.com> <53FB2AAA.30601@nvidia.com> <53FBF09F.8050502@nvidia.com> <20140826121729.GC15219@developer> <53FCB7C6.8000503@wwwdotorg.org> Mime-Version: 1.0 Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <53FCB7C6.8000503-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org> Sender: linux-tegra-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Stephen Warren , Eduardo Valentin Cc: Mikko Perttunen , khali-PUYAD+kWke1g9hUCZPvPmw@public.gmane.org, linux-0h96xk9xTtrk1uMJSBkQmQ@public.gmane.org, lm-sensors-GZX6beZjE8VD60Wz+7aTrA@public.gmane.org, linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: linux-tegra@vger.kernel.org On 08/27/2014 12:37 AM, Stephen Warren wrote: > On 08/26/2014 06:17 AM, Eduardo Valentin wrote: >> On Tue, Aug 26, 2014 at 10:27:43AM +0800, Wei Ni wrote: >>> On 08/25/2014 08:23 PM, Mikko Perttunen wrote: >>>> FWIW, please fix the authorship information for next version. >>> >>> Sorry, I didn't get your point, did you mean I should remove the line >>> "From: lightning314 " ? Yes I made a mistake on it, I >>> will remove it in next version. >> >> No Wei, don't remove the author line. Well, based on email, it is your >> patch, so, removing may satisfy. > > The patch authorship should be fixed to have the correct value; > "lightning314" is not a valid real name. In turn, depending on your git > email configuration, this might automatically remove that line from the > message, since it might then exactly match the email's from address. Got it, thanks for the comments. I get this patch from the patchwork, so it use my username "lightning314". Anyway, I will fix it in next version. Wei.