summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorChi Pham <fempsci@gmail.com>2014-03-09 15:07:15 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-03-18 10:46:37 -0700
commitfb0a1bb293885075f2cd4e2fefd9e04519782900 (patch)
treef9d272548eb23222f2cf60d331fc7251379bab5f /tools/perf/scripts/python/bin
parentb6657bfb48983908cb70eb69a7898309e56f0134 (diff)
staging:rtl8188eu: Removed assignments in if statements.
Fixed some indentation to silence (some) checkpatch errors. The following coccinelle script found the match: @@ expression E0, E1, E2; statement S0, S1; @@ - if ((E1 = E2) != E) + E1 = E2; + if (E1 != E) S1 else S2 Signed-off-by: Chi Pham <fempsci@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions