diff options
author | Fabian Frederick <fabf@skynet.be> | 2015-04-09 22:58:04 +0200 |
---|---|---|
committer | Michal Marek <mmarek@suse.cz> | 2015-04-15 14:21:31 +0200 |
commit | 33236415ece63d5689411f3ddb676eeb93af2698 (patch) | |
tree | a2f62547e4d316850af24653761ed650bb269993 /arch/x86/tools | |
parent | scripts/extract-ikconfig: Support LZ4-compressed images. (diff) | |
download | linux-33236415ece63d5689411f3ddb676eeb93af2698.tar.xz linux-33236415ece63d5689411f3ddb676eeb93af2698.zip |
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: J. Bruce Fields <bfields@fieldses.org>
Suggested-by: Julia Lawall <Julia.Lawall@lip6.fr>
Acked-by: Julia Lawall <Julia.Lawall@lip6.fr>
Signed-off-by: Fabian Frederick <fabf@skynet.be>
Signed-off-by: Michal Marek <mmarek@suse.cz>
Diffstat (limited to 'arch/x86/tools')
0 files changed, 0 insertions, 0 deletions