Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S264618AbTFAN6n (ORCPT ); Sun, 1 Jun 2003 09:58:43 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S264619AbTFAN6n (ORCPT ); Sun, 1 Jun 2003 09:58:43 -0400 Received: from pc2-cwma1-4-cust86.swan.cable.ntl.com ([213.105.254.86]:31714 "EHLO lxorguk.ukuu.org.uk") by vger.kernel.org with ESMTP id S264618AbTFAN6m (ORCPT ); Sun, 1 Jun 2003 09:58:42 -0400 Subject: Re: Question about style when converting from K&R to ANSI C. From: Alan Cox To: Zwane Mwaikambo Cc: Arnaldo Carvalho de Melo , Steven Cole , Linux Kernel Mailing List In-Reply-To: References: <1054446976.19557.23.camel@spc> <20030601063946.GF10719@conectiva.com.br> Content-Type: text/plain Content-Transfer-Encoding: 7bit Organization: Message-Id: <1054473242.5862.2.camel@dhcp22.swansea.linux.org.uk> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2 (1.2.2-5) Date: 01 Jun 2003 14:14:03 +0100 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 680 Lines: 16 On Sul, 2003-06-01 at 07:43, Zwane Mwaikambo wrote: > --- linux-2.5/scripts/Lindent 31 May 2003 18:57:19 -0000 1.16 > +++ linux-2.5/scripts/Lindent 1 Jun 2003 05:46:02 -0000 > @@ -1,2 +1,2 @@ > #!/bin/sh > -indent -kr -i8 -ts8 -sob -l80 -ss -bs -psl "$@" > +indent -kr -i8 -ts8 -sob -l80 -ss -bs "$@" Take out the -l80 as well, it makes indent do horrific things to code, and mangled 80 column wrapping is not the normal Linux style - 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/