Select Git revision
rcutorture.c
Julia Lawall
authored and
Paul E. McKenney
committed
The semantic match that finds this problem is as follows: (http://coccinelle.lip6.fr/ ) // <smpl> @@ expression e,e1; constant c; @@ *e = c ... when != e = e1 when != &e when != true IS_ERR(e) *PTR_ERR(e) // </smpl> Signed-off-by:Julia Lawall <Julia.Lawall@lip6.fr> Reported-by:
Josh Triplett <josh@joshtriplett.org> Signed-off-by:
Paul E. McKenney <paulmck@linux.vnet.ibm.com>
rcutorture.c 54.62 KiB