From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751560AbdFIGt4 (ORCPT ); Fri, 9 Jun 2017 02:49:56 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:54748 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751505AbdFIGtz (ORCPT ); Fri, 9 Jun 2017 02:49:55 -0400 Date: Fri, 9 Jun 2017 08:48:23 +0200 From: Greg KH To: Elias Carter Cc: devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] staging: wlan-ng: cfg80211.c: fixed a line over 80 characters long Message-ID: <20170609064823.GA20740@kroah.com> References: <1496972310-30230-1-git-send-email-edcarter@ualberta.ca> <20170609054112.GA12418@kroah.com> <20170609062555.GA29874@elias-XPS-13> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170609062555.GA29874@elias-XPS-13> User-Agent: Mutt/1.8.3 (2017-05-23) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jun 08, 2017 at 11:25:55PM -0700, Elias Carter wrote: > On Fri, Jun 09, 2017 at 07:41:12AM +0200, Greg KH wrote: > > On Thu, Jun 08, 2017 at 06:38:30PM -0700, Elias Carter wrote: > > > From: edcarter > > > > > > Fixed a coding style issue where a line was longer than 80 characters. > > > > > > Signed-off-by: Elias Carter > > > > Your from and signed-off-by names have to match :( > > Hi Greg, thanks for the feedback. > > I fixed the issue but I was wondering if I should include the patch in a > reply to this email or resend a new patch? Totally new patch. > I am just trying to find my way around the development process. You did read Documenation/development_process/ right? Also, please use scripts/get_maintainer.pl to determine who else to cc: patches on. good luck! greg k-h