summaryrefslogtreecommitdiffstats
path: root/dev/coccinelle/bug_on.cocci
diff options
context:
space:
mode:
Diffstat (limited to 'dev/coccinelle/bug_on.cocci')
-rw-r--r--dev/coccinelle/bug_on.cocci7
1 files changed, 7 insertions, 0 deletions
diff --git a/dev/coccinelle/bug_on.cocci b/dev/coccinelle/bug_on.cocci
new file mode 100644
index 0000000..3837879
--- /dev/null
+++ b/dev/coccinelle/bug_on.cocci
@@ -0,0 +1,7 @@
+@@
+expression E;
+@@
+
+- if (E)
+- ABORT_NOW();
++ BUG_ON(E);