aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/netdev-times.py
diff options
context:
space:
mode:
authorRehas Sachdeva <[email protected]>2016-09-20 01:05:54 +0530
committerGreg Kroah-Hartman <[email protected]>2016-09-20 13:59:45 +0200
commitf4353ee3d3af22641beb99a146ef136f33952e80 (patch)
treed1ce8a4c24d73a98cbf26693241b8aaaf846e255 /tools/perf/scripts/python/netdev-times.py
parent520a28443fb2f28a663053feb4431c0083268d75 (diff)
staging: wlan-ng: Remove unnecessary variable usage
Instead of storing the return value into a variable and then returning it, we can club the two into a single return statement. This change was made using the following semantic patch by Coccinelle: @@ local idexpression ret; expression e; @@ -ret = +return e; -return ret; Signed-off-by: Rehas Sachdeva <[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