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 tCsrRoamInfo typedef does not meet any of those criteria, and the underlying struct is already being used in some places, so replace all remaining tCsrRoamInfo references with a reference to the underlying struct. Change-Id: I1da4b04ec92e176fe28b33d30ec7823828c35c8d CRs-Fixed: 2140349 |
||
---|---|---|
.. | ||
dfs | ||
inc | ||
src |