Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755757Ab2JRNfI (ORCPT ); Thu, 18 Oct 2012 09:35:08 -0400 Received: from rcsinet15.oracle.com ([148.87.113.117]:41954 "EHLO rcsinet15.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755293Ab2JRNfG (ORCPT ); Thu, 18 Oct 2012 09:35:06 -0400 Date: Thu, 18 Oct 2012 16:34:51 +0300 From: Dan Carpenter To: Sangho Yi Cc: devel@driverdev.osuosl.org, gregkh@linuxfoundation.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/2] Staging: CSR: Fixed indentation problems on drv.c (tab mess) Message-ID: <20121018133451.GO5685@mwanda> References: <1350230306-32515-1-git-send-email-antiroot@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1350230306-32515-1-git-send-email-antiroot@gmail.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-Source-IP: ucsinet22.oracle.com [156.151.31.94] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 637 Lines: 17 On Mon, Oct 15, 2012 at 12:58:25AM +0900, Sangho Yi wrote: > -module_param(use_5g, int, S_IRUGO|S_IWUSR); > -module_param(led_mask, int, S_IRUGO|S_IWUSR); > +module_param(use_5g, int, S_IRUGO|S_IWUSR); > +module_param(led_mask, int, S_IRUGO|S_IWUSR); These things sort of lined up in the original code almost but now they are done in a random way. Why??? regards, dan carpenter -- 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/