2008/10/14, Julia Lawall <julia@xxxxxxx>: > From: Julia Lawall <julia@xxxxxxx> > The semantic patch that makes this change is as follows: > (http://www.emn.fr/x-info/coccinelle/) > > // <smpl> > @disable and_comm@ > expression E; > identifier fld; > @@ > > - !E && !E->fld > + !E || !E->fld > // </smpl> > What a great tool. :) I guess you gathered a lot of precious patterns since the creation of coccinelle! -- To unsubscribe from this list: send the line "unsubscribe linux-pci" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html