Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751026AbWCNQM2 (ORCPT ); Tue, 14 Mar 2006 11:12:28 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751246AbWCNQM2 (ORCPT ); Tue, 14 Mar 2006 11:12:28 -0500 Received: from mailout1.vmware.com ([65.113.40.130]:45576 "EHLO mailout1.vmware.com") by vger.kernel.org with ESMTP id S1751026AbWCNQM1 (ORCPT ); Tue, 14 Mar 2006 11:12:27 -0500 Message-ID: <4416EB29.1070209@vmware.com> Date: Tue, 14 Mar 2006 08:11:21 -0800 From: Zachary Amsden User-Agent: Thunderbird 1.5 (X11/20051201) MIME-Version: 1.0 To: Christoph Hellwig , Zachary Amsden , Linus Torvalds , Linux Kernel Mailing List , Virtualization Mailing List , Xen-devel , Andrew Morton , Dan Hecht , Dan Arai , Anne Holler , Pratap Subrahmanyam , Christopher Li , Joshua LeVasseur , Chris Wright , Rik Van Riel , Jyothy Reddy , Jack Lo , Kip Macy , Jan Beulich , Ky Srinivasan , Wim Coekaerts , Leendert van Doorn Subject: Re: [RFC, PATCH 3/24] i386 Vmi interface definition References: <200603131801.k2DI1EAe005650@zach-dev.vmware.com> <20060314152559.GC16921@infradead.org> In-Reply-To: <20060314152559.GC16921@infradead.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1193 Lines: 30 Christoph Hellwig wrote: > On Mon, Mar 13, 2006 at 10:01:14AM -0800, Zachary Amsden wrote: > >> Master definition of VMI interface, including calls, constants, and >> interface version. >> > > This is a totally horrible style. There's absolutely no need to find > your own sized integer types, please use the standard kernel ones. > Also don't use camel case and #pack but rather __attribute__. > Also please avoid // comments. > > Also please remove all the historical version garbage, we don't care about > that. > Ugly, isn't it. The collision of two source styles has left some scars. And fixing it is not yet finished. We know about these problems, and we are working on getting rid of them. The historical version garbage is rather important to us internally, and these bits are not yet fully polished, so you get to see it to. I think you'll find us respecting Linux conventions a lot more in the later patches. Zach - 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/