On Monday, 24. December 2001 14:11, 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...
I like the style with "_t" very much. In fact, plain old C does the same, think of size_t and timer_t. IMO, it is a good habbit. Adding a prefix "p" for pointer types is no bad coding, too. Please don't change these things. best regards Wolfgang -- Durch den Tod sagt Dir die Natur, da� Du langsamer fahren sollst... _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel
