Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S262493AbTFBPqx (ORCPT ); Mon, 2 Jun 2003 11:46:53 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262548AbTFBPqx (ORCPT ); Mon, 2 Jun 2003 11:46:53 -0400 Received: from neon-gw-l3.transmeta.com ([63.209.4.196]:48644 "EHLO neon-gw.transmeta.com") by vger.kernel.org with ESMTP id S262493AbTFBPqt (ORCPT ); Mon, 2 Jun 2003 11:46:49 -0400 Date: Mon, 2 Jun 2003 08:59:39 -0700 (PDT) From: Linus Torvalds To: Juan Quintela cc: Russell King , Steven Cole , Subject: Re: [PATCH] 2.5 Documentation/CodingStyle ANSI C function declarations. In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 670 Lines: 27 On 2 Jun 2003, Juan Quintela wrote: > > /** > * foo - > * @bar: number of frobnicators > * @baz: self-larting on or off > * @userdata: pointer to arbitrary userdata to be registered > * > * Description: Please, fix me > */ > int foo(long bar, long baz) > { > ... > > Looks like a better alternative to me. Hey, if somebody were to send me a patch (hint hint), I'd happily apply it. Linus - 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/