From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S263660AbTEJFcb (ORCPT ); Sat, 10 May 2003 01:32:31 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S263661AbTEJFcb (ORCPT ); Sat, 10 May 2003 01:32:31 -0400 Received: from granite.he.net ([216.218.226.66]:32271 "EHLO granite.he.net") by vger.kernel.org with ESMTP id S263660AbTEJFca (ORCPT ); Sat, 10 May 2003 01:32:30 -0400 Date: Fri, 9 May 2003 22:40:15 -0700 From: Greg KH To: David Brownell Cc: Max Krasnyansky , Linux Kernel Mailing List , linux-usb-devel@lists.sourceforge.net Subject: Re: [linux-usb-devel] Re: [Bluetooth] HCI USB driver update. Support for SCO over HCI USB. Message-ID: <20030510054015.GA1865@kroah.com> References: <200304290317.h3T3HOdA027579@hera.kernel.org> <200304290317.h3T3HOdA027579@hera.kernel.org> <5.1.0.14.2.20030429131303.10d7f330@unixmail.qualcomm.com> <5.1.0.14.2.20030429145523.10c52e50@unixmail.qualcomm.com> <5.1.0.14.2.20030508123858.01c004f8@unixmail.qualcomm.com> <3EBBFC33.7050702@pacbell.net> <1052517124.10458.199.camel@localhost.localdomain> <20030509230542.GA3267@kroah.com> <3EBC4C50.8040304@pacbell.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3EBC4C50.8040304@pacbell.net> User-Agent: Mutt/1.4.1i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Fri, May 09, 2003 at 05:48:16PM -0700, David Brownell wrote: > Greg KH wrote: > >On Fri, May 09, 2003 at 03:35:36PM -0700, Max Krasnyansky wrote: > > > >>Ok. Sounds like it should be > >> uint32_t hcd_cb[16]; // 64 bytes for internal use by HCD > >> uint32_t drv_cb[2]; // 8 bytes for internal use by USB driver > > > > > >s/uint32_t/u32/ please. > > "u32" is prettier, but is there actually a policy against using > the more standard type names? (POSIX, someone had said.) Yes there is. Linus has stated this a few times on lkml in the past. I have an old linux journal article that talks about this that I need to turn into docbook and add to the kernel tree to set it in stone. thanks, greg k-h