From: Sascha Wildner Date: Tue, 6 Dec 2011 13:41:12 +0000 (+0100) Subject: kfree.cocci: We neither have BUG() nor BUG_ON(). X-Git-Tag: v3.0.0~470 X-Git-Url: http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff_plain/a0c8bd676c9e7a611dce78f0fc8754b467d8da65 kfree.cocci: We neither have BUG() nor BUG_ON(). --- diff --git a/test/cocci/kfree.cocci b/test/cocci/kfree.cocci index cf3a79c4ef..65eebe2287 100644 --- a/test/cocci/kfree.cocci +++ b/test/cocci/kfree.cocci @@ -88,10 +88,6 @@ kfree@p1(E,...) subE-- | &subE -| - BUG(...) -| - BUG_ON(...) | return_VALUE(...) |