The Linux Coding Style enumerates a few special cases where typedefs are useful, but stresses "NEVER EVER use a typedef unless you can clearly match one of those rules." The tsap_config_t typedef does not meet any of those criteria, so replace it with the underlying struct. Change-Id: I95d9ad30d9af35dc4572d70c555b24b0285f8b2d CRs-Fixed: 2422212 |
||
---|---|---|
.. | ||
inc | ||
src |