Release coccinelle-0.2.5-rc2
[bpt/coccinelle.git] / tests / anon.cocci
index 61c6d7e..2823208 100644 (file)
@@ -15,4 +15,4 @@ identifier is_delayed.fld;
 @@
 
 - schedule_work(&device->fld)
-+ schedule_delayed_work(&device->fld,0)
++ schedule_delayed_work(&device->fld, 0)