On 23-12-18, 09:57, Julia Lawall wrote: > Drop LIST_HEAD where the variable it declares has never been > used. > > The semantic patch that fixes this problem is as follows: > (http://coccinelle.lip6.fr/) > > // <smpl> > @@ > identifier x; > @@ > - LIST_HEAD(x); > ... when != x > // </smpl> Applied, thanks -- ~Vinod