commit | a49c0ac4653da04561d93d46b57165d022409d4e | [log] [tgz] |
---|---|---|
author | Jeff Johnson <jjohnson@codeaurora.org> | Tue Aug 15 13:52:08 2017 -0700 |
committer | snandini <snandini@codeaurora.org> | Fri Aug 18 18:27:45 2017 -0700 |
tree | 0b23dfc7afbc3e197ed9eb680de4bcd5d85377f2 | |
parent | ca50b456abc2e1a5922583aff6b46da5fbcd3c37 [diff] |
qcacld-3.0: Replace typedef hdd_pmf_stats_t 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 hdd_pmf_stats_t typedef does not meet any of those criteria, so replace it with a well named struct. Change-Id: I6e1f205f36ca35d58f5f8846d95d76976266a8bd CRs-Fixed: 2093258