summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/syscall-counts.py
diff options
context:
space:
mode:
authorTapasweni Pathak <tapaswenipathak@gmail.com>2014-09-22 22:22:36 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-09-23 20:32:43 -0700
commitbfcc6be5bcf3f17a98765df5aa69d59ccf87a1bd (patch)
tree981de34f734f398845f49cab148d3808c39ace36 /tools/perf/scripts/python/syscall-counts.py
parenta579c97823d36613375d636c7b684133d8f79855 (diff)
staging: rtl8192u: remove unecessary variable
This patch removes unncessary variable in file r8192U_core.c using Coccinelle. Semantic patch for this is as follows : @@ identifier ret; @@ -int ret = 0; ... when != ret when strict -return ret; +return 0; Signed-off-by: Tapasweni Pathak <tapaswenipathak@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