summaryrefslogtreecommitdiff
path: root/arch/sh/kernel
diff options
context:
space:
mode:
authorFabian Frederick <fabf@skynet.be>2015-04-14 22:42:34 (GMT)
committerLinus Torvalds <torvalds@linux-foundation.org>2015-04-14 23:48:56 (GMT)
commit5017335d6d8c1fc3bbc04f80785440885f305879 (patch)
treebbf0b68bd35ca89f54c42dd50efc41d893f4ef5f /arch/sh/kernel
parent97534127012f0e396eddea4691f4c9b170aed74b (diff)
downloadlinux-5017335d6d8c1fc3bbc04f80785440885f305879.tar.xz
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: Fabian Frederick <fabf@skynet.be> Suggested-by: Julia Lawall <Julia.Lawall@lip6.fr> Acked-by: Julia Lawall <Julia.Lawall@lip6.fr> Cc: J. Bruce Fields <bfields@fieldses.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/sh/kernel')
0 files changed, 0 insertions, 0 deletions