projects
/
dragonfly.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
7a92c04
)
kfree.cocci: We neither have BUG() nor BUG_ON().
author
Sascha Wildner <saw@online.de>
Tue, 6 Dec 2011 13:41:12 +0000 (14:41 +0100)
committer
Sascha Wildner <saw@online.de>
Tue, 6 Dec 2011 13:41:12 +0000 (14:41 +0100)
test/cocci/kfree.cocci
patch
|
blob
|
blame
|
history
diff --git
a/test/cocci/kfree.cocci
b/test/cocci/kfree.cocci
index
cf3a79c
..
65eebe2
100644
(file)
--- a/
test/cocci/kfree.cocci
+++ b/
test/cocci/kfree.cocci
@@
-89,10
+89,6
@@
kfree@p1(E,...)
|
&subE
|
- BUG(...)
-|
- BUG_ON(...)
-|
return_VALUE(...)
|
return_ACPI_STATUS(...)