Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Sun, 12 Jan 2003 20:16:47 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Sun, 12 Jan 2003 20:16:47 -0500 Received: from mta7.srv.hcvlny.cv.net ([167.206.5.22]:21432 "EHLO mta7.srv.hcvlny.cv.net") by vger.kernel.org with ESMTP id ; Sun, 12 Jan 2003 20:16:46 -0500 Date: Sun, 12 Jan 2003 20:21:50 -0500 From: Rob Wilkens Subject: Re: any chance of 2.6.0-test*? In-reply-to: <1850.4.64.197.173.1042420003.squirrel@www.osdl.org> To: Randy Dunlap Cc: akropel1@rochester.rr.com, matti.aarnio@zmailer.org, linux-kernel@vger.kernel.org Reply-to: robw@optonline.net Message-id: <1042420910.3162.277.camel@RobsPC.RobertWilkens.com> Organization: Robert Wilkens MIME-version: 1.0 X-Mailer: Ximian Evolution 1.2.1 Content-type: text/plain Content-transfer-encoding: 7BIT References: <1042400094.1208.26.camel@RobsPC.RobertWilkens.com> <20030112211530.GP27709@mea-ext.zmailer.org> <1042406849.3162.121.camel@RobsPC.RobertWilkens.com> <20030112215949.GA2392@www.kroptech.com> <1042410059.1208.150.camel@RobsPC.RobertWilkens.com> <1850.4.64.197.173.1042420003.squirrel@www.osdl.org> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Sun, 2003-01-12 at 20:06, Randy Dunlap wrote: > So you choose to agree with your lessons that goto is bad, but > ignore the other lesson that functions shouldn't have multiple > return paths? Or didn't have that lesson? > ~Randy I didn't have a lesson about multiple return paths.. I actually before posting checked out the coding style document.. :/usr/src/linux-2.5.56/Documentation# grep -i return CodingStyle Returned nothing.. There was no mention of using return in the middle or end of a function in the coding style document, though perhaps there should be. -Rob - 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/