linux-kernel-test/scripts/coccinelle/free
Julia Lawall fb3f8af4ff coccinelle: semantic patches related to devm_ functions (part 2)
devm_ functions allocate memory that is to remain allocated until the
device is detached.  This patch checks for freeing of such memory using
standard memory freeing functions.

Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>
Signed-off-by: Michal Marek <mmarek@suse.cz>
2012-01-14 22:40:04 +01:00
..
devm_free.cocci coccinelle: semantic patches related to devm_ functions (part 2) 2012-01-14 22:40:04 +01:00
kfree.cocci