Release coccinelle-0.1.8
[bpt/coccinelle.git] / tests / ktype.cocci
index b08e687..d8981e4 100644 (file)
@@ -7,6 +7,6 @@ expression E2;
 @@
 
 - x = kmalloc(sizeof(T1),E2)
-+ x = kzalloc(sizeof(T1),E2)
++ x = kzalloc(sizeof(T1), E2)
   ...
 - memset(x,0,sizeof(*y));