aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorJohn Whitmore <[email protected]>2018-07-29 22:07:45 +0100
committerGreg Kroah-Hartman <[email protected]>2018-07-30 11:12:32 +0200
commita48aa566becb1f15e123db3450289c7cdb9b1d5d (patch)
tree247d677ad15579b007f0e00b728f8ae59e4cc453 /tools/perf/scripts/python
parentc3575c7c564a89405d9c2632a74f89cc3aaa3973 (diff)
staging:rtl8192u: Refactor enum dm_dig_pd_th_e - Style
The enumerated type dm_dig_pd_th_e is never actually used as the type for the two variables which use the constants, which the enumeration defines. This omission removes the possibility of taking advantage of compiler type checking. To correct this the two member variables, (curpd_thstate & prepd_thstate) have been changed to use the type enum dig_pkt_detection_threshold rather then u8. Additionally the enum's declaration has been moved above the dig structure, where the type is used, the 'typedef' has been removed to clear the checkpatch issue with defining new types, and the value 'DIG_PD_MAX' has been removed from the enumeration, since it is never used in code. 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