commit | dadef1a675744092873d118414634a3b2c8c7f21 | [log] [tgz] |
---|---|---|
author | Jeff Johnson <jjohnson@codeaurora.org> | Sat Sep 30 16:14:02 2017 -0700 |
committer | snandini <snandini@codeaurora.org> | Tue Oct 03 03:30:39 2017 -0700 |
tree | aa1a01119d5e0c731cc8dfb133a16f33afbaafeb | |
parent | d5ba8a632ead8184bf4b4e7ccf45d4941fef62ab [diff] |
qcacld-3.0: Replace typedef fw_log_info 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 fw_log_info typedef does not meet any of those criteria, so replace it with a struct. Change-Id: I4ec73e046f2439c094cb6d05a99d883241c7fe20 CRs-Fixed: 2119521