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 connection_info_t typedef does not meet any of those criteria, so replace it with a well named struct. Change-Id: I414f8d1949807f1bc0cda72971fab5696d1d1860 CRs-Fixed: 2092786 |
||
---|---|---|
.. | ||
inc | ||
src |