> I find the p*_t typedefs handy because they relax me from > the burdon of writing an extra "*" (and forget it). > > Do the p*_t typedefs make the code worse?
I think so. They make APIs more complicated and baroque ... extra data types to learn and stumble on. Putting a "p" at the front vs the normal "*" behind is not saving any typing whatsoever ... ;) Also, Documentation/CodingStyle says in section 3 that such Hungarian Notation is "brain damaged". We can't avoid that when we're matching symbols used in the USB spec (bDeviceClass etc), but we shouldn't introduce new instances of the problem. - Dave _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel
