diff options
author | John Whitmore <johnfwhitmore@gmail.com> | 2018-08-03 03:02:02 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-08-05 17:21:07 +0300 |
commit | 2a2271e4ac8792e54989fe2109a63bf34914d0f3 (patch) | |
tree | b046fd8f4668c120853c9254141eb8238b11ae20 /tools/perf/scripts/python | |
parent | f793836c16a56596d4501f87fec85b7dc6366fb5 (diff) | |
download | linux-2a2271e4ac8792e54989fe2109a63bf34914d0f3.tar.xz |
staging:rtl8192u: Remove member diff_TH - Style
The member variable diff_TH is assigned a constant value and then used
in a comparison. The variable is never changed so the comparison can
as easily be performed directly with the defined constant.
The member variable has been removed and the defined constant
RxPathSelection_diff_TH renamed to RX_PATH_SELECTION_DIFF_TH, to clear
the checkpatch issue with CamelCase naming.
These are coding style changes which should have no impact on runtime
code execution.
Signed-off-by: John Whitmore <johnfwhitmore@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions