Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 5017335d authored by Fabian Frederick's avatar Fabian Frederick Committed by Linus Torvalds
Browse files

scripts/coccinelle/misc/bugon.cocci: update bug_on conversion warning



if()/BUG conversion to BUG_ON must be avoided when there's side effect
in condition.  The reason being BUG_ON won't execute the condition when
CONFIG_BUG is not defined.

With inspiration from Bruce Fields.

Signed-off-by: default avatarFabian Frederick <fabf@skynet.be>
Suggested-by: default avatarJulia Lawall <Julia.Lawall@lip6.fr>
Acked-by: default avatarJulia Lawall <Julia.Lawall@lip6.fr>
Cc: J. Bruce Fields <bfields@fieldses.org>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 97534127
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment