linux/scripts/coccinelle
Nicolas Palix f853f8305b Add scripts/coccinelle/err_cast.cocci
Add a Coccinelle file to use the ERR_CAST function

Before the release 2.6.25, one had to use ERR_PTR(PTR_ERR(...))  to
convert the pointer type of an error. Since then, the function
ERR_CAST has been available for that purpose.

Signed-off-by: Nicolas Palix <npalix@diku.dk>
Signed-off-by: Julia Lawall <julia@diku.dk>
Signed-off-by: Michal Marek <mmarek@suse.cz>
2010-06-12 00:00:29 +02:00
..
alloc Add scripts/coccinelle/alloc/kzalloc-simple.cocci 2010-06-12 00:00:29 +02:00
err_cast.cocci Add scripts/coccinelle/err_cast.cocci 2010-06-12 00:00:29 +02:00
resource_size.cocci Add scripts/coccinelle/resource_size.cocci 2010-06-12 00:00:29 +02:00