From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751721AbdFIG0A (ORCPT ); Fri, 9 Jun 2017 02:26:00 -0400 Received: from mail-pg0-f67.google.com ([74.125.83.67]:32940 "EHLO mail-pg0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751649AbdFIGZ6 (ORCPT ); Fri, 9 Jun 2017 02:25:58 -0400 Date: Thu, 8 Jun 2017 23:25:55 -0700 From: Elias Carter To: Greg KH 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: <20170609062555.GA29874@elias-XPS-13> References: <1496972310-30230-1-git-send-email-edcarter@ualberta.ca> <20170609054112.GA12418@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170609054112.GA12418@kroah.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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? I am just trying to find my way around the development process.