diff options
| author | John Whitmore <johnfwhitmore@gmail.com> | 2018-08-28 19:55:34 +0100 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-09-10 10:37:54 +0200 |
| commit | d0679000c49867a398617581f49ce457c6a4c915 (patch) | |
| tree | dc41c356c042022fb77051b34bf4cfcf6029eac8 /tools/perf/scripts/python | |
| parent | 2e9e6dd41cc63763ab06a23808290cfca24404fb (diff) | |
| download | kernel-d0679000c49867a398617581f49ce457c6a4c915.tar.gz | |
staging:rtl8192u: Refactor member variable enabled - Style
The structure rt_dot11d_info contains a memeber variable 'enabled',
which causes a checkpatch issue as it is declared as being of type
bool. The type of the variable has been changed to a 'u8', to clear
the issue.
Additionally to aid searching for the member variable in code it
has been renamed from 'enabled' to 'dot11d_enabled'.
These are purely coding style changes which 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')
0 files changed, 0 insertions, 0 deletions
