- Try to do better pretty printing when array elements are individually
[bpt/coccinelle.git] / demos / janitorings / netdev_find_allocfunc.sgrep
CommitLineData
34e49164
C
1@@
2identifier fn;
3identifier sizeof_priv;
4@@
5
6- fn(...,int sizeof_priv, ...)
7{
8 <...
9(
10 alloc_netdev(sizeof_priv, ...)
11|
12 alloc_netdev_mq(sizeof_priv, ...)
13)
14 ...>
15 }