aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/util/scripting-engines/trace-event-python.c
diff options
context:
space:
mode:
authorAmitoj Kaur Chawla <[email protected]>2016-05-28 22:11:17 +0530
committerBrian Norris <[email protected]>2016-07-09 18:48:54 -0700
commit8bf66b24cfcb71d6f3e33a0ebd119678823d7c70 (patch)
treec559302ae7a4050576362dbdc77ec11cf522e92d /tools/perf/util/scripting-engines/trace-event-python.c
parentb137aab438382fdadfe1272869357485af0252b4 (diff)
mtd: Replace if and BUG with BUG_ON
Replace if condition and BUG() with a BUG_ON having the conditional expression of the if statement as argument. The Coccinelle semantic patch used to make this change is as follows: @@ expression E,f; @@ ( if (<+... f(...) ...+>) { BUG(); } | - if (E) { BUG(); } + BUG_ON(E); ) Signed-off-by: Amitoj Kaur Chawla <[email protected]> Signed-off-by: Brian Norris <[email protected]>
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-python.c')
0 files changed, 0 insertions, 0 deletions