From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S268442AbUHQVKL (ORCPT ); Tue, 17 Aug 2004 17:10:11 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S268486AbUHQVKJ (ORCPT ); Tue, 17 Aug 2004 17:10:09 -0400 Received: from mail.dynextechnologies.com ([65.120.73.98]:25320 "EHLO mail.dynextechnologies.com") by vger.kernel.org with ESMTP id S268442AbUHQVJU (ORCPT ); Tue, 17 Aug 2004 17:09:20 -0400 Message-ID: <412273F6.3040403@capitalgenomix.com> Date: Tue, 17 Aug 2004 17:09:10 -0400 From: "Fao, Sean" User-Agent: Mozilla Thunderbird 0.7.3 (Windows/20040803) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Pavel Machek CC: kernel list , Andrew Morton Subject: Re: Coding style: do_this(a,b) vs. do_this(a, b) References: <20040817103852.GA18758@elf.ucw.cz> In-Reply-To: <20040817103852.GA18758@elf.ucw.cz> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 17 Aug 2004 21:09:13.0732 (UTC) FILETIME=[72B41440:01C4849E] Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Speaking of style preferences, does anybody else feel that there are too many spaces in the indentations? I personally prefer no more than two or three spaces, as I can fit a lot more code per line that way. -- Sean