Skip to content
Commit 33236415 authored by Fabian Frederick's avatar Fabian Frederick Committed by Michal Marek
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.

Inspired-by: default avatarJ. Bruce Fields <bfields@fieldses.org>
Suggested-by: default avatarJulia Lawall <Julia.Lawall@lip6.fr>
Acked-by: default avatarJulia Lawall <Julia.Lawall@lip6.fr>
Signed-off-by: default avatarFabian Frederick <fabf@skynet.be>
Signed-off-by: default avatarMichal Marek <mmarek@suse.cz>
parent 99b2cdde
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment