Release coccinelle-0.1
[bpt/coccinelle.git] / demos / janitorings / kcalloc_un.cocci
1 // Based on request from Michael D. Day
2
3 @@
4 expression X, Y;
5 @@
6
7 - kcalloc(1, X, Y)
8
9 //=> kmalloc(x, y)