aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorJohn Whitmore <[email protected]>2018-09-26 20:16:55 +0100
committerGreg Kroah-Hartman <[email protected]>2018-09-28 14:36:58 +0200
commit12f34f81ba513258067714a9161463ef3d3785e5 (patch)
treef9e8e28fc866df59b526fda76bb1f73fa712830f /tools/perf/scripts/python/bin
parent1eed1d928780cf74af70a3260181ea9f4fb468de (diff)
staging:rtl8192u: Move HTSetConnectBwModeCallback() - Style
The function HTSetConnectBwModeCallback() is only used in the file in which it is defined, so has been changed to being of type 'static'. Additionally the function is defined after it is used so a prototype was included in the file. This prototype, in the middle of the file has been removed and the function implementation moved so that it is defined before it is used in the file. This is a coding style change which should have no 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/bin')
0 files changed, 0 insertions, 0 deletions