permit multiline comments and strings in macros
[bpt/coccinelle.git] / demos / janitorings / netdev_find_allocfunc.c
1 struct net_device *alloc_etherdev(int sizeof_priv)
2 {
3 return alloc_netdev(sizeof_priv, "eth%d", ether_setup);
4 }