diff options
author | John Whitmore <johnfwhitmore@gmail.com> | 2018-08-03 03:02:01 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-08-05 17:21:06 +0300 |
commit | f793836c16a56596d4501f87fec85b7dc6366fb5 (patch) | |
tree | b8fcf759869892cdc0d45598a5ae5a711540f36b /tools/perf/scripts/python/syscall-counts.py | |
parent | f19a08e76d09bd12b15faedf1eeacd33c7862dbd (diff) | |
download | linux-f793836c16a56596d4501f87fec85b7dc6366fb5.tar.xz |
staging:rtl8192u: Remove SS_TH_low - Style
The member variable SS_TH_low is assigned a constant and then used
in a comparison. This member variable is redundant as the constant
can be used directly for the comparison.
In addition the constant RxPathSelection_SS_TH_low has been renamed
to RX_PATH_SELECTION_SS_TH_LOW, to clear the checkpatch issue with
CamelCase naming.
These changes are coding style in nature and should not impact
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/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions