On Mon, Dec 24, 2001 at 02:11:47PM +0100, Georg Acher wrote: > On Sun, Dec 23, 2001 at 05:49:17PM -0800, Greg KH wrote: > > > Now to try to get rid of those *_t and p* typedefs in usb.h... > > p* can be removed (I don't like it either), but why the _t? It's a clear > marking that this is a defined type and it makes the code a tiny bit more > readable. And usb.h is not the only one using that style...
Good point. I'll leave the urb_t typedef alone for now as it's used by quite a bit of code. The p* typedefs are easy to remove, and I'll do that. thanks, greg k-h _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel
