Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754767Ab3J0Nv4 (ORCPT ); Sun, 27 Oct 2013 09:51:56 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:40402 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754049Ab3J0Nvz (ORCPT ); Sun, 27 Oct 2013 09:51:55 -0400 Date: Sun, 27 Oct 2013 06:53:42 -0700 From: Greg Kroah-Hartman To: Johannes =?iso-8859-1?Q?L=F6thberg?= Cc: Forest Bond , Andres More , devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 2/2] Staging: vt6656: fix code indenting error in power.c Message-ID: <20131027135342.GA17564@kroah.com> References: <1382592407-26728-1-git-send-email-johannes@kyriasis.com> <1382592407-26728-3-git-send-email-johannes@kyriasis.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1382592407-26728-3-git-send-email-johannes@kyriasis.com> User-Agent: Mutt/1.5.22 (2013-10-16) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1161 Lines: 29 On Thu, Oct 24, 2013 at 07:26:47AM +0200, Johannes L?thberg wrote: > This patch fixes a code indentation error found by checkpatch.pl > where a line was indented with spaces instead of tabs > > Signed-off-by: Johannes L?thberg > --- > drivers/staging/vt6656/power.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/staging/vt6656/power.c b/drivers/staging/vt6656/power.c > index 3002061..a14a2bf 100644 > --- a/drivers/staging/vt6656/power.c > +++ b/drivers/staging/vt6656/power.c > @@ -268,7 +268,7 @@ int PSbSendNullPacket(struct vnt_private *pDevice) > + sizeof(struct vnt_tx_mgmt)); > > flags = WLAN_SET_FC_FTYPE(WLAN_TYPE_DATA) | > - WLAN_SET_FC_FSTYPE(WLAN_FSTYPE_NULL); > + WLAN_SET_FC_FSTYPE(WLAN_FSTYPE_NULL); No, indent this line properly using tabs to where the spaces were, that's the correct location. greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/