From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753660AbbGGEFA (ORCPT ); Tue, 7 Jul 2015 00:05:00 -0400 Received: from out5-smtp.messagingengine.com ([66.111.4.29]:49519 "EHLO out5-smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751517AbbGGEEw (ORCPT ); Tue, 7 Jul 2015 00:04:52 -0400 X-Sasl-enc: wuwR2gCV6C1ooWAi+2Sbs+Nvmpg5RV9EgtIH+nnmjZQx 1436241891 Date: Mon, 6 Jul 2015 21:04:49 -0700 From: Greg KH To: Sreenath Madasu Cc: jteki@openedev.com, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] Warnings : Fixed 80 character length warning in rtw_ap.c Message-ID: <20150707040449.GA25900@kroah.com> References: <20150707015326.GA3075@sreenath-gentoo.lan> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150707015326.GA3075@sreenath-gentoo.lan> User-Agent: Mutt/1.5.23+89 (0255b37be491) (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jul 06, 2015 at 09:53:26PM -0400, Sreenath Madasu wrote: > When the checkpatch.pl script was run, it showed lines with length > more than 80 characters in rtw_ap.c file. Fixed line number 382 by > breaking it up into two lines within 80 characters. > > Signed-off-by: Sreenath Madasu > --- > drivers/staging/rtl8188eu/core/rtw_ap.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) Any reason why you didn't cc: the maintainer of the staging subsystem for this? Please use scripts/get_maintainer to determine who to send stuff to. Also, can you fix up the Subject line to show the subsystem and driver you are modifying? Can you fix that up and resend? thanks, greg k-h