From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760338AbcIWTAP (ORCPT ); Fri, 23 Sep 2016 15:00:15 -0400 Received: from out2-smtp.messagingengine.com ([66.111.4.26]:38089 "EHLO out2-smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758748AbcIWTAM (ORCPT ); Fri, 23 Sep 2016 15:00:12 -0400 X-Sasl-enc: VZYDimTIoLG+DaL0ucLLxuMWZ6z6qFeKOKO1bZbLRMYm 1474657209 Date: Fri, 23 Sep 2016 21:00:14 +0200 From: Greg KH To: chris.roth@usask.ca Cc: linux-usb@vger.kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] Net Driver: Add Cypress GX3 VID=04b4 PID=3610. Message-ID: <20160923190014.GA31204@kroah.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.7.0 (2016-08-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Sep 23, 2016 at 12:24:50PM -0600, chris.roth@usask.ca wrote: > From: Chris Roth > > Add support for Cypress GX3 SuperSpeed to Gigabit Ethernet > Bridge Controller (Vendor=04b4 ProdID=3610). > > Patch verified on x64 linux kernel 4.7.4 system with the > Kensington SD4600P USB-C Universal Dock with Power, which uses the > Cypress GX3 SuperSpeed to Gigabit Ethernet Bridge Controller. > > A similar patch was signed-off and tested-by Allan Chou > on 2015-12-01. Then you should put a "From: " line at the top of this patch that looks like: From: Allan Chou at the top of the patch and then a blank line, and put the signed-off-by back in the patch as well, with yours below it. The file Documentation/SubmittingPatches should show you how to do this. Can you try again? thanks, greg k-h