From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH Resubmission v2] drivers/net/usb: Add new driver ipheth Date: Thu, 15 Apr 2010 23:44:26 -0700 (PDT) Message-ID: <20100415.234426.29003225.davem@davemloft.net> References: <1269984864-28159-1-git-send-email-agimenez@sysvalve.es> <1271360791-30312-1-git-send-email-agimenez@sysvalve.es> Mime-Version: 1.0 Content-Type: Text/Plain; charset=iso-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: dgiagio@gmail.com, dborca@yahoo.com, James.Bottomley@HansenPartnership.com, ralf@linux-mips.org, gregkh@suse.de, jonas.sjoquist@ericsson.com, torgny.johansson@gmail.com, steve.glendinning@smsc.com, dbrownell@users.sourceforge.net, omar.oberthur@gmail.com, remi.denis-courmont@nokia.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org To: agimenez@sysvalve.es Return-path: In-Reply-To: <1271360791-30312-1-git-send-email-agimenez@sysvalve.es> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org =46rom: L. Alberto Gim=E9nez Date: Thu, 15 Apr 2010 21:46:29 +0200 > From: dborca@yahoo.com >=20 > Add new driver to use tethering with an iPhone device. After initial = submission, > apply fixes to fit the new driver into the kernel standards. >=20 > There are still a couple of minor (almost cosmetic-level) issues, but= the driver > is fully functional right now. >=20 > Signed-off-by: L. Alberto Gim=E9nez I'm very confused about the authorship of this driver. Who wrote it? You added a "From: " line using specifying Daniel Borca (btw, when you add these "From: " lines you need to specify it in the form "From: NAME " not just "From: EMAIL" so in this case we want to see "From: Daniel Borca ") The code itself gives copyright to Diego Giagio and he is also the one listed in the MODULE_AUTHOR(). And you're the one submitting the code, and also the only person actually giving a signoff in the commit message. It's too confusing and ambiguous, and if there are any problems down the road the last thing we need is for the authorship to be ambiguous. I would really appreciate it if the authorship was clearly stated, and the actual author of the code actually gives a "Signed-off-by: " line in the commit message for this inclusions of this driver. Please fix this up and resubmit, thank you. Thanks.