summaryrefslogtreecommitdiff
path: root/scripts/coccinelle/api/kfree_mismatch.cocci
AgeCommit message (Collapse)AuthorFilesLines
2020-10-18coccinelle: api: add kfree_mismatch scriptDenis Efremov1-0/+228
Check that alloc and free types of functions match each other. Signed-off-by: Denis Efremov <efremov@linux.com> Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>