aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorJulia Lawall <[email protected]>2009-07-12 09:43:52 +0200
committerGreg Kroah-Hartman <[email protected]>2009-09-23 06:46:28 -0700
commit058e698b6372aa32b3b0dbbb81e5531a2ae3e56c (patch)
tree1b29534beb35d5aab02c448a1aa0dd406229ca3d /tools/perf/scripts/python
parentd12b85e7de1abce4db940ebb169f064583b5796e (diff)
USB: gadget: Drop NULL test on list_entry result
list_entry, which is an alias for container_of, cannot return NULL, as there is no way to add a NULL value to a doubly linked list. A simplified version of the semantic match that findds this problem is as follows: (http://www.emn.fr/x-info/coccinelle/) // <smpl> @r@ expression x,E; statement S1,S2; position p,p1; @@ *x = list_entry@p(...) ... when != x = E *if@p1 (x == NULL) S1 else S2 // </smpl> Signed-off-by: Julia Lawall <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions