From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755179AbdBNRZD (ORCPT ); Tue, 14 Feb 2017 12:25:03 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:56950 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755162AbdBNRYw (ORCPT ); Tue, 14 Feb 2017 12:24:52 -0500 Date: Tue, 14 Feb 2017 09:24:52 -0800 From: Greg KH To: simran singhal Cc: devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 01/15] staging: rtl8192u: fixing white space issue Message-ID: <20170214172452.GA8505@kroah.com> References: <20170213210334.GA12513@singhal-Inspiron-5558> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170213210334.GA12513@singhal-Inspiron-5558> User-Agent: Mutt/1.7.2 (2016-11-26) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Feb 14, 2017 at 02:33:34AM +0530, simran singhal wrote: > Fix the following checkpatch.pl error and warnings: > WARNING: please, no space before tabs > > Signed-off-by: simran singhal > --- > drivers/staging/rtl8192u/ieee80211/rtl819x_TS.h | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) You said this is a 15 patch patch series, yet I only received 9 of them. Please fix and resend all of them, properly threaded (hint, git send-email will do this for you automatically, or you can do it by hand with a good email client like mutt), so that I know I get them all and can review and apply them. thanks, greg k-h