Merge branch 'x86/urgent' into core/efi, to pick up a pending EFI fix
[firefly-linux-kernel-4.4.55.git] / scripts / coccinelle / misc / bugon.cocci
index 3b7eec24fb5a2a7cf6b55c4f003e363591888164..27c97f1f2767f6145349752e0500b1c87ad6052e 100644 (file)
@@ -57,6 +57,6 @@ coccilib.org.print_todo(p[0], "WARNING use BUG_ON")
 p << r.p;
 @@
 
-msg="WARNING: Use BUG_ON"
+msg="WARNING: Use BUG_ON instead of if condition followed by BUG.\nPlease make sure the condition has no side effects (see conditional BUG_ON definition in include/asm-generic/bug.h)"
 coccilib.report.print_report(p[0], msg)