From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933475AbdCUSrT (ORCPT ); Tue, 21 Mar 2017 14:47:19 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:41438 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933315AbdCUSrF (ORCPT ); Tue, 21 Mar 2017 14:47:05 -0400 Date: Tue, 21 Mar 2017 19:46:51 +0100 From: Greg KH To: Prasant Jalan Cc: forest@alittletooquiet.net, arushisinghal19971997@gmail.com, devel@driverdev.osuosl.org, elise.lennion@gmail.com, linux-kernel@vger.kernel.org Subject: Re: [PATCH] drivers: staging: vt6656: fixed coding style errors Message-ID: <20170321184651.GA25651@kroah.com> References: <1490121650-25641-1-git-send-email-prasant.jalan@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1490121650-25641-1-git-send-email-prasant.jalan@gmail.com> User-Agent: Mutt/1.8.0 (2017-02-23) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Mar 22, 2017 at 12:10:50AM +0530, Prasant Jalan wrote: > This patch replaces spaces with tabs for indentation as per kernel > coding standards. > > Signed-off-by: Prasant Jalan > --- > drivers/staging/vt6656/rf.c | 11 ++++++----- > 1 file changed, 6 insertions(+), 5 deletions(-) Didn't you just send this same patch? If this is a 'v2' patch, please read Documentation/SubmittingPatches for how to properly do that (hint, you need more info here...) thanks, greg k-h