[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <c62985530810140925r147d99ddufa4236718d6d12d8@mail.gmail.com>
Date: Tue, 14 Oct 2008 18:25:48 +0200
From: "Frédéric Weisbecker" <fweisbec@...il.com>
To: "Julia Lawall" <julia@...u.dk>
Cc: kristen.c.accardi@...el.com, linux-pci@...r.kernel.org,
linux-kernel@...r.kernel.org, kernel-janitors@...r.kernel.org
Subject: Re : [PATCH 1/2] drivers/pci/hotplug/cpqphp_ctrl.c: Convert && to ||
2008/10/14, Julia Lawall <julia@...u.dk>:
> From: Julia Lawall <julia@...u.dk>
> 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-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists