From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752181AbcCAHkD (ORCPT ); Tue, 1 Mar 2016 02:40:03 -0500 Received: from mx2.suse.de ([195.135.220.15]:35148 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750816AbcCAHkA (ORCPT ); Tue, 1 Mar 2016 02:40:00 -0500 Date: Tue, 01 Mar 2016 08:39:58 +0100 Message-ID: From: Takashi Iwai To: Sudip Mukherjee Cc: Mark Brown , linux-kernel@vger.kernel.org, alsa-devel@alsa-project.org, Liam Girdwood Subject: Re: [alsa-devel] [PATCH] ASoC: intel: remove unused variable In-Reply-To: <20160301054858.GA3814@sudip-pc> References: <1456766626-20807-1-git-send-email-sudipm.mukherjee@gmail.com> <20160301025912.GF18327@sirena.org.uk> <20160301054858.GA3814@sudip-pc> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL/10.8 Emacs/24.5 (x86_64-suse-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 01 Mar 2016 06:49:27 +0100, Sudip Mukherjee wrote: > > On Tue, Mar 01, 2016 at 11:59:12AM +0900, Mark Brown wrote: > > On Mon, Feb 29, 2016 at 10:53:46PM +0530, Sudip Mukherjee wrote: > > > The variable cmd_id is only assigned some value and is never used. > > > > > > Signed-off-by: Sudip Mukherjee > > > > Your signoff doesn't correspond to your e-mail address. While I'm > > fairly sure that you are in fact the same person so it's OK this time > > please try to ensure that they match up so that it's clear that the > > signoffs are all in order. > > But it has been like this way since I started contributing. > git log --author=sudip will show you. > > From: address was always sudipm.mukherjee@gmail.com > but Signed-off-by: was sudip@vectorindia.org and now > Signed-off-by: has changed to sudip.mukherjee@codethink.co.uk > and you already have many such patches from me. (well, with my > vectorindia.org email) > > Can i not keep using my gmail as my From: ? > The advantage of using gmail as my From: is that the discussion and all > threads related to my patches will be in the same place even if my work > email is changed. > > And AFAIK, the From: name and the Signed-off-by: name should match else > the tools used by Greg and others to generate the stats will break. > > Please reconsider and let me use my gmail in my From: Using a different author address from the sign-off is unusual, but there are a few people preferring it, indeed, AFAIK. Takashi