Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751730AbVLGSjm (ORCPT ); Wed, 7 Dec 2005 13:39:42 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751735AbVLGSjm (ORCPT ); Wed, 7 Dec 2005 13:39:42 -0500 Received: from xenotime.net ([66.160.160.81]:32980 "HELO xenotime.net") by vger.kernel.org with SMTP id S1751730AbVLGSjl (ORCPT ); Wed, 7 Dec 2005 13:39:41 -0500 Date: Wed, 7 Dec 2005 10:39:36 -0800 (PST) From: "Randy.Dunlap" X-X-Sender: rddunlap@shark.he.net To: Dmitry Torokhov cc: Russell King , Jean Delvare , LKML , Greg KH Subject: Re: [PATCH] Minor change to platform_device_register_simple prototype In-Reply-To: Message-ID: References: <20051205212337.74103b96.khali@linux-fr.org> <20051205202707.GH15201@flint.arm.linux.org.uk> <200512070105.40169.dtor_core@ameritech.net> 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: 623 Lines: 17 On Wed, 7 Dec 2005, Dmitry Torokhov wrote: > Btw, what is the policy on placing EXPORT_SYMBOL(...). Should they all > go together (at the top or teh bottom) or after each symbol > definition? Right now platform.c mixes 2 styles... Not all grouped together (option 1 above), but yes, after each symbol definition (option 2 above)... is the current preference AFAIK. -- ~Randy - 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/