diff options
| author | John Whitmore <[email protected]> | 2018-08-17 19:34:47 +0100 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2018-08-27 19:23:20 +0200 |
| commit | 2c6d0ee300c84a2c3a3f9ed8c72269f181182117 (patch) | |
| tree | 09470ac365c8985353bbc4eea897c1ee5ab61f29 /tools/perf/scripts/python | |
| parent | 9ff6cdd3934a38589bc1895a898bf11a5f50b4b7 (diff) | |
staging:rtl8192u: Refactor struct HT_CAPABILITY_ELE - Style
The structure HT_CAPABILITY_ELE causes a number of checkpatch / coding
style issues. The structure uses a 'typedef' directive causing an
issue regarding defining new types in the code. The name of the
structure should be lowercase, and the '__packed' directive is prefered
over the attribute directive.
The typedef has been removed, structure renamed to ht_capability_ele
and the '__packed' directive used.
These are coding style changes and should not impact on runtime code
execution.
Signed-off-by: John Whitmore <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions