aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/netdev-times.py
diff options
context:
space:
mode:
authorArushi Singhal <[email protected]>2017-03-01 16:27:54 +0530
committerGreg Kroah-Hartman <[email protected]>2017-03-09 14:01:29 +0100
commitbe04661703522d201590c4541248cb8c92d89f2e (patch)
tree22b278f8375f1e90c6f57d55a4a2a4f183896405 /tools/perf/scripts/python/netdev-times.py
parent915e70f9263d56fbf103742265025f7a492aa625 (diff)
staging: ks7010: Unnecessary parentheses removed and improved coding style.
Unnecessary parentheses are removed as reported by checkpatch.pl to make coder nicer and to improve readability. Also coding style is improved as it's often nicer to read if &(foo[0]) is converted to foo like: memcpy(&(ap->bssid[0]), &(ap_info->bssid[0]), ETH_ALEN); memcpy(ap->bssid, ap_info->bssid, ETH_ALEN); Signed-off-by: Arushi Singhal <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/netdev-times.py')
0 files changed, 0 insertions, 0 deletions