commit | 02da7b42777c159c6897e233e6c53d5581c07dab | [log] [tgz] |
---|---|---|
author | Julia Lawall <Julia.Lawall@lip6.fr> | Sun Aug 30 22:18:14 2015 +0200 |
committer | Michal Marek <mmarek@suse.cz> | Mon Oct 26 20:54:28 2015 +0100 |
tree | 98b1f5efbc65442f5c517cb022e5abd9f2478cdb | |
parent | 74a8478f9ea2b3e70640a64db8acd54d4225a2c4 [diff] |
coccinelle: tests: improve odd_ptr_err.cocci The original version only considered the case where the then branch contains only one call to PTR_ERR. Reimplement the whole thing to allow multiple calls, with potentially different arguments. Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr> Signed-off-by: Michal Marek <mmarek@suse.cz>